Skip to content

Commit e50167b

Browse files
committed
chore: tweaks
1 parent eeb0a2a commit e50167b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-vapor/src/apiCreateFor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export const createFor = (
133133

134134
// trigger TransitionGroup update hooks
135135
const transitionHooks = frag.$transition
136-
if (transitionHooks && transitionHooks.group) {
136+
if (transitionHooks && transitionHooks.group && isMounted) {
137137
triggerTransitionGroupUpdate(transitionHooks)
138138
}
139139

0 commit comments

Comments
 (0)