fix(hmr): force full update in child component on slot update
This commit is contained in:
@@ -251,7 +251,7 @@ export function shouldUpdateComponent(
|
||||
__DEV__ &&
|
||||
(prevChildren || nextChildren) &&
|
||||
parentComponent &&
|
||||
parentComponent.renderUpdated
|
||||
parentComponent.hmrUpdated
|
||||
) {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user