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
Results in this error in the console when running:
debuggability.js:877 Unhandled rejection TypeError: expecting an array or an iterable object but got [object Null]
Seems related to this change that bluebirdjs made. Are there plans to update? A possible fix would be just to pin the version of bluebird in package.json, but that's probably not the best solution. 😃
The text was updated successfully, but these errors were encountered:
Doing a relatively simple operation:
Results in this error in the console when running:
Seems related to this change that bluebirdjs made. Are there plans to update? A possible fix would be just to pin the version of bluebird in
package.json
, but that's probably not the best solution. 😃The text was updated successfully, but these errors were encountered: