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
packages/core-js/internals/microtask.js uses document.createTextNode to create node, but in some runtime(such as wechat nimi program), document is undefined, which causes to a type error.
The text was updated successfully, but these errors were encountered:
packages/core-js/internals/microtask.js
usesdocument.createTextNode
to create node, but in some runtime(such as wechat nimi program), document is undefined, which causes to a type error.The text was updated successfully, but these errors were encountered: