Using React Query v4
together with React v17
#4199
-
I know that React Query The |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We are using the query/packages/react-query/package.json Line 51 in 3932866 We run our tests both against v17 and v18, so both are fully supported. |
Beta Was this translation helpful? Give feedback.
We are using the
use-sync-external-store
shim provided by react. It uses the new hook if available and falls back to an implementation with useEffect for v17. other libs like redux do the same afaik.query/packages/react-query/package.json
Line 51 in 3932866
We run our tests both against v17 and v18, so both are fully supported.