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

@@ -18,11 +18,11 @@ function RouteComponent() {
R.useFork(() => Effect.addFinalizer(() => Console.log("cleanup")).pipe(
Effect.andThen(Console.log("ouient")),
Effect.delay("1 second"),
))
), [])
const logValue = R.useCallbackSync(Effect.fn(function*(value: string) {
yield* Effect.log(value)
}))
}), [])
return (