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
you will get a runtime error say that you can't read foo of undefined. Instead of removing the state import after transpilation, we should keep it and make everything on the imported ctx a proxy that will show a nice error message.
The text was updated successfully, but these errors were encountered:
If you have the transpiler setup and have
you will get a runtime error say that you can't read foo of undefined. Instead of removing the
state
import after transpilation, we should keep it and make everything on the importedctx
a proxy that will show a nice error message.The text was updated successfully, but these errors were encountered: