AsyncProvider
All checks were successful
Lint / lint (push) Successful in 15s

This commit is contained in:
Julien Valverdé
2025-06-30 22:04:03 +02:00
parent 78a3735038
commit 2a37f843ca
2 changed files with 41 additions and 2 deletions

View File

@@ -18,9 +18,9 @@ export const Route = createFileRoute("/effect-component-tests")({
function RouteComponent() {
return (
<ReactManagedRuntime.SyncProvider runtime={runtime}>
<ReactManagedRuntime.AsyncProvider runtime={runtime}>
<MyRoute />
</ReactManagedRuntime.SyncProvider>
</ReactManagedRuntime.AsyncProvider>
)
}