Skip to content
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

Swapping between routes very quickly crashes the Vue renderer #61

Open
Jazcash opened this issue Sep 3, 2022 · 6 comments
Open

Swapping between routes very quickly crashes the Vue renderer #61

Jazcash opened this issue Sep 3, 2022 · 6 comments
Labels
bug Something isn't working

Comments

@Jazcash
Copy link
Member

Jazcash commented Sep 3, 2022

Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.

Seems easier to repro on multiplayer custom battle list page, possibly related to suspense api

@Jazcash Jazcash added the bug Something isn't working label Sep 3, 2022
@Jazcash
Copy link
Member Author

Jazcash commented Mar 30, 2023

Possibly related to vuejs/core#7966 (comment)

#179

@1-alex98
Copy link
Contributor

vuejs/core#8105

@1-alex98
Copy link
Contributor

Removing transition removes the issue

<transition mode="out-in" name="slide-left">

@1-alex98
Copy link
Contributor

Maybe we should do that until issue is fixed in vue or we have a better solution

@1-alex98
Copy link
Contributor

Also removing out-in works. Does not look as good tho

1-alex98 added a commit to 1-alex98/bar-lobby that referenced this issue Jun 11, 2023
1-alex98 added a commit to 1-alex98/bar-lobby that referenced this issue Jun 16, 2023
Jazcash added a commit that referenced this issue Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants