We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd189d4 commit 96088edCopy full SHA for 96088ed
packages/runtime-vapor/src/components/Teleport.ts
@@ -39,9 +39,8 @@ export const VaporTeleportImpl = {
39
frag.update()
40
})
41
42
- onScopeDispose(frag.remove)
43
-
44
if (__DEV__) {
+ onScopeDispose(frag.remove)
45
// used in `normalizeBlock` to get nodes of TeleportFragment during
46
// HMR updates. returns empty array if content is mounted in target
47
// container to prevent incorrect parent node lookup.
0 commit comments