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
Due to import() causing evaluation getting the namespaces of modules can cause double init since the loader module cache != the app module cache and can cause out of order evaluation.
A nasty intentional runtime error with a nested cycle could let you get a hold of a module namespace without executing it potentially / sadly.
Due to
import()
causing evaluation getting the namespaces of modules can cause double init since the loader module cache != the app module cache and can cause out of order evaluation.A nasty intentional runtime error with a nested cycle could let you get a hold of a module namespace without executing it potentially / sadly.
The text was updated successfully, but these errors were encountered: