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

Nuxt pa #19270

Closed
kriskw1999 opened this issue Feb 24, 2023 · 1 comment
Closed

Nuxt pa #19270

kriskw1999 opened this issue Feb 24, 2023 · 1 comment

Comments

@kriskw1999
Copy link

Environment


  • Operating System: Linux
  • Node Version: v16.14.2
  • Nuxt Version: 3.2.2
  • Nitro Version: 2.2.3
  • Package Manager: npm@7.17.0
  • Builder: vite
  • User Config: -
  • Runtime Modules: -
  • Build Modules: -

Reproduction

The way to reproduce it is written in this CODE EXAMPLE.

Take a look inside the homepage there is a detailed description of how to reproduce the bug.

Describe the bug

I have 2 pages. The first one has a NuxtPage inside containing some content. The second one has an async setup that waits for 5s. When I go from the first page to the second, during the 5s of transition I see only the first page without the inner NuxtPage that disappears. In Nuxt 2 this was working correctly but in Nuxt 3 is not working anymore.

In Nuxt 2 I was using asyncData for example and until the page was not ready I was seeing the previous page without any changes.

Additional context

No response

Logs

No response

Copy link
Member

Let's track in #13814

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