fix(hmr): force full update in child component on slot update
This commit is contained in:
@@ -313,7 +313,7 @@ export interface ComponentInternalInstance {
|
||||
* hmr marker (dev only)
|
||||
* @internal
|
||||
*/
|
||||
renderUpdated?: boolean
|
||||
hmrUpdated?: boolean
|
||||
}
|
||||
|
||||
const emptyAppContext = createAppContext()
|
||||
|
||||
Reference in New Issue
Block a user