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

Fix: missing reserved props ref_key & ref_for (fix #5563) #5564

Merged
merged 2 commits into from Apr 14, 2022

Conversation

paraboul
Copy link
Contributor

Fix missing reserved prop ref_key in SSR code output. (fix #5563)

@netlify
Copy link

netlify bot commented Mar 10, 2022

✔️ Deploy Preview for vuejs-coverage ready!

🔨 Explore the source changes: 471add9

🔍 Inspect the deploy log: https://app.netlify.com/sites/vuejs-coverage/deploys/622a24337956b30008ffbb2f

😎 Browse the preview: https://deploy-preview-5564--vuejs-coverage.netlify.app

@netlify
Copy link

netlify bot commented Mar 10, 2022

✔️ Deploy Preview for vue-sfc-playground ready!

🔨 Explore the source changes: 471add9

🔍 Inspect the deploy log: https://app.netlify.com/sites/vue-sfc-playground/deploys/622a24339b2c8600090e6635

😎 Browse the preview: https://deploy-preview-5564--vue-sfc-playground.netlify.app/

@netlify
Copy link

netlify bot commented Mar 10, 2022

✔️ Deploy Preview for vue-next-template-explorer ready!

🔨 Explore the source changes: 471add9

🔍 Inspect the deploy log: https://app.netlify.com/sites/vue-next-template-explorer/deploys/622a2433e3bab900087c470e

😎 Browse the preview: https://deploy-preview-5564--vue-next-template-explorer.netlify.app

@LinusBorg LinusBorg changed the title Fix: missing reserved prop ref_key (fix #5563) Fix: missing reserved props ref_key && ref_for (fix #5563) Mar 17, 2022
@LinusBorg LinusBorg changed the title Fix: missing reserved props ref_key && ref_for (fix #5563) Fix: missing reserved props ref_key & ref_for (fix #5563) Mar 17, 2022
@LinusBorg LinusBorg added scope: ssr 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. labels Mar 18, 2022
@yyx990803 yyx990803 merged commit cc238cd into vuejs:main Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: ssr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSR leaks internal properties in the rendered output
3 participants