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

Inconsistent Blank State and Mount Timing Issues When Using PageTransitions in Nuxt 3 #23915

Closed
citrusjunoss opened this issue Oct 24, 2023 · 1 comment

Comments

@citrusjunoss
Copy link

Environment


  • Operating System: Darwin
  • Node Version: v16.20.0
  • Nuxt Version: 3.8.0
  • CLI Version: 3.9.1
  • Nitro Version: 2.7.0
  • Package Manager: yarn@1.22.19
  • Builder: -
  • User Config: devServer, telemetry, imports, srcDir, app, router, runtimeConfig, css, vite, modules, nitro, routeRules, build
  • Runtime Modules: -
  • Build Modules: -

Reproduction

https://stackblitz.com/~/github.com/citrusjunoss/nuxt-demo

Describe the bug

There is an inconsistent blank state between the two pages when pageTransitions is set to true in the official demo. Here is an issue - during the animation, the next page's mounted event has already been triggered but the DOM has not rendered yet. Operating on the DOM in the mounted event will lead to errors.
changeCase

Additional context

No response

Logs

No response

@danielroe
Copy link
Member

Same issue as #13471 - but I'm sure you'll be delighted to hear that this should now be resolved in vue 3.3.7.

@danielroe danielroe closed this as not planned Won't fix, can't repro, duplicate, stale Oct 25, 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