Deps API change
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2025-02-25 23:11:58 +01:00
parent 3b4eb750ed
commit ea768218a0
7 changed files with 26 additions and 26 deletions

View File

@@ -20,7 +20,7 @@ function RouteComponent() {
HttpClient.withTracerPropagation(false),
Effect.flatMap(res => res.json),
Effect.flatMap(Schema.decodeUnknown(Result)),
))
), [])
return (
<Suspense fallback={<Text>Loading...</Text>}>