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), )