fix(runtime-core): stricter compat root mount check
This commit is contained in:
@@ -136,6 +136,11 @@ export interface VNode<
|
||||
*/
|
||||
[ReactiveFlags.SKIP]: true
|
||||
|
||||
/**
|
||||
* @internal __COMPAT__ only
|
||||
*/
|
||||
isCompatRoot?: true
|
||||
|
||||
type: VNodeTypes
|
||||
props: (VNodeProps & ExtraProps) | null
|
||||
key: string | number | null
|
||||
|
||||
Reference in New Issue
Block a user