Minor Changes
- Add option called
neverSuspend
to disableReact.Suspense
on next.js, by @JoviDeCroock (See #923) - Expose
initUrqlClient
function so that aClient
can be created manually for use in Next's newer SSR methods manually, such asgetServerSideProps
, by @sunpietro (See #993)