0.1.13 #18

Merged
Thilawyn merged 359 commits from next into master 2025-06-18 00:12:19 +02:00
Showing only changes of commit 98bd72d1d7 - Show all commits

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)