- Notifications
You must be signed in to change notification settings - Fork5.1k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
fix(nuxt): add key to.client component placeholders#20093
Conversation
🔗 Linked issue
resolve#20061
❓ Type of change
Hi 👋 this PR fix.client components root nodes missing scopeId by simply adding akey
- 📖 Documentation (updates to the documentation, readme or JSdoc annotations)
- 🐞 Bug fix (a non-breaking change that fixes an issue)
- 👌 Enhancement (improving an existing functionality like performance)
- ✨ New feature (a non-breaking change that adds functionality)
- 🧹 Chore (updates to the build process or auxiliary tools and libraries)
�?️ Breaking change (fix or feature that would cause existing functionality to change)
📚 Description
📝 Checklist
- I have linked an issue or discussion.
- I have updated the documentation accordingly.
|
@huang-julien can you explain more about why adding a boolean key can help the scopeId? |
it is just to completly reload the render. |
Maybe we could assign a random(or fixed) key to the placeholder but not the rendered component? |
ah yes it should be obvious 😅 .... |
.client component placeholders
