Patch Changes
- ⚠️ Fix small pieces of code where polyfill-less ES5 usage was compromised. This was unlikely to have affected anyone in production as
Array.prototype.find
(the only usage of an ES6 method) is commonly used and polyfilled, by @kitten (See #991) - ⚠️ Fix queries that have erroed with a
NetworkError
(isOfflineError
) not flowing back completely through thecacheExchange
.
These queries should also now be reexecuted when the client comes back online, by @kitten (See #1011) - Updated dependencies (See #1011)
- @urql/core@1.13.1