chore: revert debugging dev flag
This commit is contained in:
parent
8ae362400e
commit
4046f0bc03
@ -236,7 +236,7 @@ const createVNodeWithArgsTransform = (
|
||||
|
||||
export const InternalObjectSymbol = Symbol()
|
||||
|
||||
export const createVNode = (false
|
||||
export const createVNode = (__DEV__
|
||||
? createVNodeWithArgsTransform
|
||||
: _createVNode) as typeof _createVNode
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user