You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Promise.all accept non promise in its array, whereas combinePromises need a Promise in order to not complain.
An easy workaround is to put Promise.resolve but it would be even better to be able to pass raw data directly as for Promise.all
The text was updated successfully, but these errors were encountered:
Promise.all accept non promise in its array, whereas combinePromises need a Promise in order to not complain.
An easy workaround is to put Promise.resolve but it would be even better to be able to pass raw data directly as for Promise.all
The text was updated successfully, but these errors were encountered: