Skip to content

@urql/vue@2.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Jun 17:41
Immutable release. Only release title and notes can be modified.
15f622c

Patch Changes

  • Stop useQuery from 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 the ssrExchange result had already been consumed, triggering a redundant network request even with staleWhileRevalidate: false. The awaited promise now resolves with the already-settled result instead of re-subscribing
    Submitted by @JoviDeCroock (See #3884)
  • ⚠️ Fix await 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