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

transition-group works only with client-only #13873

Closed
ewilan-riviere opened this issue Apr 27, 2022 · 1 comment
Closed

transition-group works only with client-only #13873

ewilan-riviere opened this issue Apr 27, 2022 · 1 comment

Comments

@ewilan-riviere
Copy link

Environment

  • Operating System: Darwin
  • Node Version: v16.13.0
  • Nuxt Version: 3.0.0-rc.1
  • Package Manager: pnpm@6.31.0
  • Builder: vite
  • User Config: modules
  • Runtime Modules: @nuxtjs/tailwindcss@5.0.3
  • Build Modules: -

Reproduction

Example repository on gitlab, I've create a sandbox (but client-only not works as expected).

I advice to use this repository.

git clone git@gitlab.com:ewilan-riviere/nuxt-3-transition-group.git
cd nuxt-3-transition-group
pnpm i
pnpm dev

Describe the bug

When I use transition-group, it not works as expected. My example use a grid to display elements.

  • When I use client-only, the grid always works.
  • When I refresh manually, the grid is broken without client-only. But when I change page and I come back without refresh, it works

Additional context

No response

Logs

No response

@danielroe
Copy link
Member

See vuejs/core#5141 and #13053. I believe this is the same as your issue (but it's not clear from reading your description above). Let me know if not.

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