@reffuse/extension-query 0.1.4 #15

Merged
Thilawyn merged 340 commits from next into master 2025-05-26 04:15:01 +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 uuidRef = R.useRef("none")
const anotherRef = R.useRef(69) const anotherRef = R.useRef(69)
console.log(R.useSubscribeStream(uuidRef.changes))
const logValue = R.useCallbackSync(Effect.fn(function*(value: string) { const logValue = R.useCallbackSync(Effect.fn(function*(value: string) {
yield* Effect.log(value) yield* Effect.log(value)