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)