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
Recently I've upgraded the package @apollo/client to version 3.9.10 in my Ember app and this version is using the global function queueMicrotask which is not available in the default config of fastboot sandbox here:
Recently I've upgraded the package
@apollo/client
to version3.9.10
in my Ember app and this version is using the global function queueMicrotask which is not available in the default config of fastboot sandbox here:ember-cli-fastboot/packages/fastboot/src/sandbox.js
Line 24 in 1e6ed03
When queueMicrotask is called, fastboot crashes because its is not defined.
I see
setTimeout
being set, but notqueueMicrotask
. Would it make sense to add it to the default sandbox?The text was updated successfully, but these errors were encountered: