From c74f3025d2640267f2c543453e6319f37b8fabfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Sun, 6 Jul 2025 00:52:58 +0200 Subject: [PATCH] Fix --- packages/example/src/routes/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/example/src/routes/index.tsx b/packages/example/src/routes/index.tsx index 321a4a6..d2422b6 100644 --- a/packages/example/src/routes/index.tsx +++ b/packages/example/src/routes/index.tsx @@ -12,6 +12,8 @@ export const Route = createFileRoute("/")({ ReactComponent.use(Todos, Todos => ), yield* ReactHook.useMemoLayer(TodosState.Default("todos")), ) + }, { + finalizerExecutionMode: "fork" }).pipe( ReactComponent.withRuntime(runtime.context), )