Fix
All checks were successful
Lint / lint (push) Successful in 10s

This commit is contained in:
Julien Valverdé
2025-07-02 16:41:14 +02:00
parent 71f8f4553d
commit a0a78187df
2 changed files with 13 additions and 5 deletions

View File

@@ -13,6 +13,6 @@ export const Route = createFileRoute("/")({
}),
ReactComponent.withDisplayName("Index"),
ReactComponent.withRuntime(runtime.context),
ReactComponent.withRuntime(runtime.context, { finalizerExecutionMode: "fork" }),
)
})