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(runtime-core): don't clone a new VNode when used with scopeid #1529

Closed
wants to merge 1 commit into from
Closed

fix(runtime-core): don't clone a new VNode when used with scopeid #1529

wants to merge 1 commit into from

Conversation

HcySunYang
Copy link
Member

fix: #1511

@yyx990803
Copy link
Member

We should use clone to avoid mutation. The root cause is that keep-alive should be caching the normalized vnode instead of the vnode that is returned. See d86b01b

@yyx990803 yyx990803 closed this Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KeepAlive with keyed child and scoped style not working
2 participants