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.
The text was updated successfully, but these errors were encountered:
underfin
added a commit
to underfin/vue-next
that referenced
this issue
Aug 20, 2020
Version
3.0.0-rc.6
Reproduction link
https://jsfiddle.net/hm2xszge/
Steps to reproduce
What is expected?
The dialog/ modal should close.
What is actually happening?
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.The text was updated successfully, but these errors were encountered: