chore: fix typo (#5261) [ci skip]
This commit is contained in:
@@ -623,7 +623,7 @@ export function cloneVNode<T, U>(
|
||||
shapeFlag: vnode.shapeFlag,
|
||||
// if the vnode is cloned with extra props, we can no longer assume its
|
||||
// existing patch flag to be reliable and need to add the FULL_PROPS flag.
|
||||
// note: perserve flag for fragments since they use the flag for children
|
||||
// note: preserve flag for fragments since they use the flag for children
|
||||
// fast paths only.
|
||||
patchFlag:
|
||||
extraProps && vnode.type !== Fragment
|
||||
|
||||
Reference in New Issue
Block a user