@@ -13,6 +13,6 @@ export const Route = createFileRoute("/")({
|
||||
const context = yield* Hook.useContextSync(TodosStateLive, { finalizerExecutionMode: "fork" })
|
||||
return yield* Effect.provide(Component.use(Todos, Todos => <Todos />), context)
|
||||
}).pipe(
|
||||
Component.withRuntime(runtime.context),
|
||||
Component.withRuntime(runtime.context)
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user