-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Teleport not working #992
Comments
The target element cannot be a part of the same component... It needs to be outside of |
It is not work |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
3.0.0-beta.2
Reproduction link
https://codesandbox.io/s/vue-3-typed-arrays-nyx47?file=/index.html
Steps to reproduce
Create a new project, add a tag at the bottom of the #app and try to teleport to it.
Furthermore, if you have a in a child component, it doesn't work at all.
What is expected?
That the elements get teleported
What is actually happening?
An error message is being show in the developer tools.
I've been able to get teleport to work within the same component using the webpack setup. However, child to parent teleporting doesn't seem to work.
The text was updated successfully, but these errors were encountered: