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
The teleport component content should show up in the teleport target.
What is actually happening?
The content does not show up and the console throws the following warnings.
[Vue warn]: Failed to locate Teleport target with selector "#endofbody".
at
[Vue warn]: Invalid Teleport target on mount: null (object)
at
When attempting to port my ui library from Vue CLI to vite, I ran into this bug. I created another repo to make sure it wasn't an issue with my code and the same bug happened.
The text was updated successfully, but these errors were encountered:
Version
3.0.0-rc.1
Reproduction link
https://github.com/jacobclevenger/vue-teleport-bug
Steps to reproduce
yarn
in repo.yarn dev
What is expected?
The teleport component content should show up in the teleport target.
What is actually happening?
The content does not show up and the console throws the following warnings.
[Vue warn]: Failed to locate Teleport target with selector "#endofbody".
at
[Vue warn]: Invalid Teleport target on mount: null (object)
at
When attempting to port my ui library from Vue CLI to vite, I ran into this bug. I created another repo to make sure it wasn't an issue with my code and the same bug happened.
The text was updated successfully, but these errors were encountered: