chore: add name option for Teleport (#7315)

This commit is contained in:
Nebula 2023-11-09 17:21:38 +08:00 committed by GitHub
parent a2d810eb40
commit 6e0b068e92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ const resolveTarget = <T = RendererElement>(
}
export const TeleportImpl = {
name: 'Teleport',
__isTeleport: true,
process(
n1: TeleportVNode | null,