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 f32741a commit 88d47e3Copy full SHA for 88d47e3
src/lib/components/RouteTransition.svelte
@@ -30,7 +30,7 @@
30
});
31
32
const _out = $derived<TransitionFunction>(((node, props, options) => {
33
- if (firstRender && first === false) return;
+ if (firstRender) return;
34
return transition?.out?.(node, props, options);
35
}) as TransitionFunction);
36
0 commit comments