Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

(core) - Add changeset for #1515

+13
+13
.changeset/quiet-tips-drive.md
··· 1 + --- 2 + '@urql/core': minor 3 + --- 4 + 5 + Add consistent "single-source behavior" which makes the `Client` more forgiving when duplicate 6 + sources are used, which previously made it difficult to use the same operation across an app 7 + together with `cache-and-network`; This was a rare use-case, and it isn't recommended to overfetch 8 + data across an app, however, the new `Client` implementation of shared sources ensures that when an 9 + operation is active that the `Client` distributes the last known result for the active operation to 10 + any new usages of it (which is called “replaying stale results”) 11 + 12 + See: [#1515](https://github.com/FormidableLabs/urql/pull/1515) 13 +