0.1.6 #9

Merged
Thilawyn merged 212 commits from next into master 2025-04-12 23:58:26 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 821fd18f8f - Show all commits

View File

@@ -37,7 +37,7 @@ function RouteComponent() {
)
})
const [state] = R.useRefState(mutation.state)
const [state] = R.useSubscribeRefs(mutation.state)
return (

View File

@@ -31,7 +31,7 @@ function RouteComponent() {
),
})
const [state] = R.useRefState(query.state)
const [state] = R.useSubscribeRefs(query.state)
return (