Skip to content
Compare
Choose a tag to compare
@kitten kitten released this 29 Sep 19:05
· 927 commits to main since this release
5737b74

Minor Changes

  • Add option called neverSuspend to disable React.Suspense on next.js, by @JoviDeCroock (See #923)
  • Expose initUrqlClient function so that a Client can be created manually for use in Next's newer SSR methods manually, such as getServerSideProps, by @sunpietro (See #993)