@urql/vue@2.1.1
Immutable
release. Only release title and notes can be modified.
Patch Changes
- Stop
useQueryfrom re-executing (and hitting the network) during SSR hydration when it's awaited for Suspense. Awaiting the query subscribed to the operation a second time, which re-dispatched it after thessrExchangeresult had already been consumed, triggering a redundant network request even withstaleWhileRevalidate: false. The awaited promise now resolves with the already-settled result instead of re-subscribing
Submitted by @JoviDeCroock (See #3884) ⚠️ Fixawait useQuery()in Vue to wait on the composable's existing reactive state instead of creating an additional query source subscription
Submitted by @JoviDeCroock (See #3890)- Updated dependencies (See #3879, #3881, #3885, and #3886)
- @urql/core@6.0.2