Skip to content
Compare
Choose a tag to compare
@urql-ci urql-ci released this 27 Oct 20:05
· 597 commits to main since this release
942dd1a

Patch Changes

  • Prevent Buffer from being polyfilled by an automatic detection in Webpack. Instead of referencing the Buffer global we now simply check the constructor name, by @kitten (See #2027)
  • ⚠️ Fix error-type of an ExecutionResult to line up with subscription-libs, by @JoviDeCroock (See #1998)