This commit is contained in:
@@ -10,7 +10,7 @@ const TodosStateLive = TodosState.Default("todos")
|
||||
|
||||
const Index = Component.makeUntraced("Index")(function*() {
|
||||
const TodosFC = yield* Effect.provide(
|
||||
Todos,
|
||||
Todos.use,
|
||||
yield* Component.useContext(TodosStateLive),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user