You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* failing test for options change no resending query
* fixes#60
* integration tests
* fixes#37
* re-add react-testing-library as a dev-dep
* testHook -> renderHook
* re-add cleanup afterEach setup
* use beforeEach + jest.fn in integration tests
* add test for SSR cacheHit render count
* use allOpts in useEffect check
Environment
graphql-hooks
version:3.1.0
react
version:16.8.3
Description
The when calling
useQuery(query, options)
with different options for exampleoperationName
orfetchOptions
it does not re-send the query.How to reproduce
Suggested solution (optional)
The text was updated successfully, but these errors were encountered: