Skip to content

v1.4.1

Choose a tag to compare

@parkerziegler parkerziegler released this 16 Dec 18:46

This release fixes a small bug with requestPolicy in useQuery. We weren't properly converting the polymorphic variants passed by a user to their JS string representation, which led to improper request policies being used by the urql Client.

Fixed

  • Properly unwrap user-supplied requestPolicy to the matching JS string representation. PR by @baransu here.

Diff

v1.4.0...v1.4.1