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

This commit is contained in:
Julien Valverdé
2025-04-13 18:29:00 +02:00
parent f594f47793
commit 98bd72d1d7

View File

@@ -25,8 +25,6 @@ function RouteComponent() {
const uuidRef = R.useRef("none")
const anotherRef = R.useRef(69)
console.log(R.useSubscribeStream(uuidRef.changes))
const logValue = R.useCallbackSync(Effect.fn(function*(value: string) {
yield* Effect.log(value)