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
Closing fails and an error is thrown in the JS console in the dev tools:
Uncaught (in promise) TypeError: Cannot read property 'insertBefore' of null ...
It's possible that I'm using <teleport> in an invalid way:
Is <teleport> meant to be used with only one child element? I didn't find anything about that in the docs/ API reference.