v1.4.1
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
requestPolicyto the matching JS string representation. PR by @baransu here.