Browse Source
The on-demand clone strategy introduced in 956756b mutates the owner array of the cloned vnode. This causes the newly cloned vnode to be destroyed when the parent node is destroyed. This is fixed by cloning the children array when cloning a vnode. fix #7975dev
Evan You
6 years ago
2 changed files with 58 additions and 1 deletions
Loading…
Reference in new issue