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

Page transition out-in mode cause runtime error #14128

Closed
Crayfisher-zari opened this issue Jun 9, 2022 · 1 comment
Closed

Page transition out-in mode cause runtime error #14128

Crayfisher-zari opened this issue Jun 9, 2022 · 1 comment

Comments

@Crayfisher-zari
Copy link

Crayfisher-zari commented Jun 9, 2022

Environment


  • Operating System: Linux
  • Node Version: v16.14.2
  • Nuxt Version: 3.0.0-rc.3
  • Package Manager: npm@7.17.0
  • Builder: vite
  • User Config: css
  • Runtime Modules: -
  • Build Modules: -

Reproduction

https://stackblitz.com/edit/nuxt-starter-y5uyuf

Describe the bug

I repeated browser's back and forward button rapidly, and then runtime error has occurred, When I use "out-in" transition mode. Maybe, Nuxt try to insert DOM in transition, but it can't and cause the error.

This problem occurred in "out-in" mode only, "in-out" mode not.

Uploading Kapture 2022-06-09 at 15.43.50.gif…

Additional context

No response

Logs

Uncaught DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
@danielroe
Copy link
Member

See #13350 - it's an upstream Vue bug.

@danielroe danielroe closed this as not planned Won't fix, can't repro, duplicate, stale Jun 9, 2022
@danielroe danielroe added the 3.x label Jan 19, 2023
@danielroe danielroe transferred this issue from nuxt/framework Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants