Example fix
All checks were successful
Lint / lint (push) Successful in 13s

This commit is contained in:
Julien Valverdé
2025-05-19 12:58:00 +02:00
parent dda868d444
commit c7c2f8de62

View File

@@ -26,9 +26,9 @@ function Todos() {
return ( return (
<Container> <Container>
<TodosContext.AsyncProvider layer={todosLayer}> <TodosContext.Provider layer={todosLayer} finalizerExecutionMode="fork">
<VTodos /> <VTodos />
</TodosContext.AsyncProvider> </TodosContext.Provider>
</Container> </Container>
) )