fix: add display name for suspense component (#3312)
This commit is contained in:
parent
0600eb4ede
commit
3b3a9a1f52
@ -33,6 +33,7 @@ export const isSuspense = (type: any): boolean => type.__isSuspense
|
|||||||
// in the compiler, but internally it's a special built-in type that hooks
|
// in the compiler, but internally it's a special built-in type that hooks
|
||||||
// directly into the renderer.
|
// directly into the renderer.
|
||||||
export const SuspenseImpl = {
|
export const SuspenseImpl = {
|
||||||
|
name: 'Suspense',
|
||||||
// In order to make Suspense tree-shakable, we need to avoid importing it
|
// In order to make Suspense tree-shakable, we need to avoid importing it
|
||||||
// directly in the renderer. The renderer checks for the __isSuspense flag
|
// directly in the renderer. The renderer checks for the __isSuspense flag
|
||||||
// on a vnode's type and calls the `process` method, passing in renderer
|
// on a vnode's type and calls the `process` method, passing in renderer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user