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
mobx-state-tree.js:2910 Uncaught (in promise) ReferenceError: setImmediate is not defined
at next (mobx-state-tree.js:2910)
at onFulfilled (mobx-state-tree.js:2886)
at <anonymous>
使用mobx-state-tree进行异步操作时(小程序端)有如下错误:
https://github.com/mobxjs/mobx-state-tree/blob/02ded32c8bfa70e13091ed3967466c6a0d6493ee/packages/mobx-state-tree/src/core/flow.ts#L138
请问如何为
setImmediate
添加polyfill,直接在入口文件中import似乎无效。The text was updated successfully, but these errors were encountered: