We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d810e commit 6e0b068Copy full SHA for 6e0b068
packages/runtime-core/src/components/Teleport.ts
@@ -63,6 +63,7 @@ const resolveTarget = <T = RendererElement>(
63
}
64
65
export const TeleportImpl = {
66
+ name: 'Teleport',
67
__isTeleport: true,
68
process(
69
n1: TeleportVNode | null,
0 commit comments