Skip to content

@urql/core@5.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 12:21
· 7 commits to main since this release
924b463

Patch Changes

  • ⚠️ Fix issue where a reexecute on an in-flight operation would lead to multiple network-requests.
    For example, this issue presents itself when Graphcache is concurrently updating multiple, inter-dependent queries with shared entities. One query completing while others are still in-flight may lead to duplicate operations being issued
    Submitted by @JoviDeCroock (See #3573)