Skip to content

urql@1.11.3

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 19:15
· 792 commits to main since this release
f3cf0c9

Patch Changes

  • ⚠️ Fix in edge-case in client-side React Suspense, where after suspending due to an update a new state value is given to useSource in a render update. This was previously then causing us to subscribe to an outdated source in useEffect since the updated source would be ignored by the time we reach useEffect in useSource, by @kitten (See #1157)