Skip to content

v8.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Feb 18:07
· 14 commits to main since this release
e630327

Patch Changes

  • 2a9c9ee: Fixes an issue where the app could crash during server-side rendering due to browser-only APIs being accessed on the server.

    Wagmi connectors are now only initialized in the browser, preventing indexedDB-related errors during SSR and avoiding unhandled rejections in Next.js.