You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create-wc-dapp is currently using Web3Modal v3 and upgrading to v4 requires a few changes code wise due to bump from wagmi v1>v2 and mostly due to the use of @tanstack/react-query (import { QueryClient, QueryClientProvider } from '@tanstack/react-query') which adds native support for Next.js without having to implement any hacky ways to bypass the hydration issues
Synopsis:
create-wc-dapp
is currently using Web3Modal v3 and upgrading to v4 requires a few changes code wise due to bump from wagmi v1>v2 and mostly due to the use of@tanstack/react-query
(import { QueryClient, QueryClientProvider } from '@tanstack/react-query'
) which adds native support for Next.js without having to implement any hacky ways to bypass the hydration issuesDetails
Upgrade Guide
Documentation about Web3Modal v3.x React
Documentation about Web3Modal v4.x React
Similar documentation about other platforms such as Next, Javascript can be found here
The text was updated successfully, but these errors were encountered: