Patch Changes
- Update
useQuery
implementation to avoid an aborted render on initial mount. We abort a render-on-update once when the state needs to be updated according to theOperationResult
source we need to listen to and execute. However, we can avoid this on the initial mount as we've done in a prior version. This fix does not change any of the current behaviour, but simply avoids the confusing state transition on mount, by @kitten (See #2227) - Updated dependencies (See #2228)
- @urql/core@2.4.1