TypeScript:TypeError: Invalid attempt to destructure non-iterable instance.

1. Error Message

TypeError: Invalid attempt to destructure non-iterable instance.\n
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.

2. Cause
– forgot to add await