fix(keep-alive): should update re-activated component with latest props
This commit is contained in:
@@ -946,7 +946,9 @@ function baseCreateRenderer(
|
||||
;(parentComponent!.sink as KeepAliveSink).activate(
|
||||
n2,
|
||||
container,
|
||||
anchor
|
||||
anchor,
|
||||
isSVG,
|
||||
optimized
|
||||
)
|
||||
} else {
|
||||
mountComponent(
|
||||
|
||||
Reference in New Issue
Block a user