Skip to content

urql@1.11.6

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 17:27
· 744 commits to main since this release
8b8e71b

Patch Changes

  • ⚠️ Fix edge cases related to Suspense triggering on an update in Concurrent Mode. Previously it was possible for stale state to be preserved across the Suspense update instead of the new state showing up. This has been fixed by preventing the suspending query source from closing prematurely, by @kitten (See #1308)