Version 8.0.1
Patch
- Updated dev dependencies.
useGraphQL
React hook bug fixes for when arguments change after the initial render:- Changes that cause the
cacheKey
to change trigger a reload if theloadOnMount
option istrue
, fixing #23. - Fixed stale operation status properties being returned.
- Changes that cause the
- Use
react-test-renderer
to testuseGraphQL
with a lot more detail. - Capitalized the
React
namespace inuseGraphQL
. - Improved
hashObject()
tests.