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