urql-ci
released this
27 Oct 20:05
·
597 commits
to main
since this release
Patch Changes
- Prevent
Buffer
from being polyfilled by an automatic detection in Webpack. Instead of referencing theBuffer
global we now simply check the constructor name, by @kitten (See #2027) ⚠️ Fix error-type of anExecutionResult
to line up with subscription-libs, by @JoviDeCroock (See #1998)