@reffuse/extension-query 0.1.4 #15

Merged
Thilawyn merged 340 commits from next into master 2025-05-26 04:15:01 +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 (