Fix
All checks were successful
Lint / lint (push) Successful in 14s

This commit is contained in:
Julien Valverdé
2025-04-12 18:30:37 +02:00
parent b7ef95341b
commit 821fd18f8f
2 changed files with 2 additions and 2 deletions

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 (