We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0600eb4 commit 3b3a9a1Copy full SHA for 3b3a9a1
packages/runtime-core/src/components/Suspense.ts
@@ -33,6 +33,7 @@ export const isSuspense = (type: any): boolean => type.__isSuspense
33
// in the compiler, but internally it's a special built-in type that hooks
34
// directly into the renderer.
35
export const SuspenseImpl = {
36
+ name: 'Suspense',
37
// In order to make Suspense tree-shakable, we need to avoid importing it
38
// directly in the renderer. The renderer checks for the __isSuspense flag
39
// on a vnode's type and calls the `process` method, passing in renderer
0 commit comments