urql-ci
released this
30 Jan 13:25
·
567 commits
to main
since this release
Minor Changes
- Leverage the new
use-sync-external-store
package anduseSyncExternalStore
hook inuseQuery
implementation to bring the state synchronisation in React in line with React v18. While the current implementation works already with React Suspense and React Concurrent this will reduce the maintenance burden of our implementation and ensure certain guarantees so that React doesn't break us, by @JoviDeCroock (See #2164)