fix(compiler): export COMMENT instead EMPTY runtime helper
This commit is contained in:
@@ -21,7 +21,7 @@ import { SuspenseBoundary } from './suspense'
|
||||
|
||||
export const Fragment = __DEV__ ? Symbol('Fragment') : Symbol()
|
||||
export const Text = __DEV__ ? Symbol('Text') : Symbol()
|
||||
export const Comment = __DEV__ ? Symbol('Empty') : Symbol()
|
||||
export const Comment = __DEV__ ? Symbol('Comment') : Symbol()
|
||||
export const Portal = __DEV__ ? Symbol('Portal') : Symbol()
|
||||
export const Suspense = __DEV__ ? Symbol('Suspense') : Symbol()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user