Skip to content
Compare
Choose a tag to compare
@urql-ci urql-ci released this 22 Sep 17:49
· 608 commits to main since this release
cfd8f4d

Patch Changes

  • ⚠️ Fix issue where a paused query would not behave correctly when calling executeQuery, this scenario occured when the query has variables, there would be cases where on the first call it would think that the dependencies had changed (previous request vs current request) which made the source reset to null, by @JoviDeCroock (See #1982)
  • Updated dependencies (See #1944)