Skip to content

v3.13.3

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 17:11
· 11 commits to main since this release
cb0ca9a

Patch Changes

  • #12362 f6d387c Thanks @jerelmiller! - Fixes an issue where calling observableQuery.getCurrentResult() when the errorPolicy was set to all would return the networkStatus as NetworkStatus.ready when there were errors returned in the result. This has been corrected to report NetworkStatus.error.

    This bug also affected the useQuery and useLazyQuery hooks and may affect you if you check for networkStatus in your component.