Thursday, October 20, 2022

Uncaught (in promise) error

TypeError: object is not iterable (cannot read property Symbol(Symbol.iterator)) 

Promise.all(fetch...etc)

Wrap fetch() with []

Promise.all([fetch...etc])

//

No comments:

Post a Comment