fix(watch): exhaust pre-flush watchers + avoid duplicate render by pre-flush watchers
close #1777
This commit is contained in:
@@ -1430,7 +1430,7 @@ function baseCreateRenderer(
|
||||
instance.next = null
|
||||
updateProps(instance, nextVNode.props, prevProps, optimized)
|
||||
updateSlots(instance, nextVNode.children)
|
||||
runPreflushJobs()
|
||||
runPreflushJobs(instance.update)
|
||||
}
|
||||
|
||||
const patchChildren: PatchChildrenFn = (
|
||||
|
||||
Reference in New Issue
Block a user