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
Technically the app should be using the runtime as it should not pollute the global namespace of parent hosts. Which was the initial solution however there was a bug when using async and await
Technically the app should be using the runtime as it should not pollute the global namespace of parent hosts. Which was the initial solution however there was a bug when using
async
andawait
https://codersmind.com/babel-polyfill-babel-runtime-explained/
https://github.com/babel/babel/tree/472ad1e6a6d4d0dd199078fdb08c5bc16c75b5a9/packages/babel-plugin-transform-runtime
The text was updated successfully, but these errors were encountered: