0.1.11 #14

Merged
Thilawyn merged 318 commits from next into master 2025-05-19 14:01:41 +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 ( return (

View File

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