chore: fix compat props default test
This commit is contained in:
parent
ab6f75d1da
commit
c2ff3bd564
|
@ -201,7 +201,7 @@ export function initProps(
|
|||
isStateful: number, // result of bitwise flag comparison
|
||||
isSSR = false,
|
||||
): void {
|
||||
const props: Data = {}
|
||||
const props: Data = (instance.props = {})
|
||||
const attrs: Data = createInternalObject()
|
||||
|
||||
instance.propsDefaults = Object.create(null)
|
||||
|
|
Loading…
Reference in New Issue