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
Clicking close on the modal provides an error "Uncaught (in promise) TypeError: Cannot read property 'insertBefore' of null".
I'm pretty sure this is a duplicate of #1903, but I'm honestly not 100%, so I figured I'd submit this issue just in case.
I first noticed this in one of my own projects. Then, when looking at the teleport documentation (https://v3.vuejs.org/guide/teleport.html), I ran the codepen provided and got the same error. The codepen that I linked is the code that's supposed to demo the teleport.
The error is prefaced with the warning: "This is likely a Vue internals bug. Please open an issue.."
The text was updated successfully, but these errors were encountered:
Version
3.0.0-rc.6
Reproduction link
https://codepen.io/team/Vue/pen/gOPNvjR
Steps to reproduce
What is expected?
The modal should close.
What is actually happening?
Clicking close on the modal provides an error "Uncaught (in promise) TypeError: Cannot read property 'insertBefore' of null".
I'm pretty sure this is a duplicate of #1903, but I'm honestly not 100%, so I figured I'd submit this issue just in case.
I first noticed this in one of my own projects. Then, when looking at the teleport documentation (https://v3.vuejs.org/guide/teleport.html), I ran the codepen provided and got the same error. The codepen that I linked is the code that's supposed to demo the teleport.
The error is prefaced with the warning: "This is likely a Vue internals bug. Please open an issue.."
The text was updated successfully, but these errors were encountered: