Minor Changes
- Add new
staleWhileRevalidate
option from thessrExchange
addition towithUrqlClient
's options. This is useful when Next.js is used in static site generation (SSG) mode, by @kitten (See #1852)
Patch Changes
- Use the built-in
next
types for next-urql HOC return values, by @JoviDeCroock (See #1812)