Make the state undefined, not null during class and closure component initialization
This commit is contained in:
parent
2d2c53fcfc
commit
32ada55e00
2 changed files with 3 additions and 3 deletions
|
|
@ -109,7 +109,7 @@ module.exports = function($window) {
|
|||
if (sentinel.$$reentrantLock$$ != null) return $emptyFragment
|
||||
sentinel.$$reentrantLock$$ = true
|
||||
} else {
|
||||
vnode.state = null
|
||||
vnode.state = void 0
|
||||
sentinel = vnode.tag
|
||||
if (sentinel.$$reentrantLock$$ != null) return $emptyFragment
|
||||
sentinel.$$reentrantLock$$ = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue