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
Snippets at the top level declare a variable in the component, if the variable is referenced in a script function, the compiler should make sure it does not lose the reference by moving the function around. Currently this can happen.
Use cases include e.g. passing a snippet to a modal showing function.