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
but it keep showing "When server rendering, you must wrap your application in an to ensure consistent ids are generated between the client and server."
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
here's my _app.js:
<WagmiConfig client={wagmiClient}> <RainbowKitProvider chains={chains} theme={darkTheme()}> <ConfigProvider> <NextUIProvider attribute="class" {...theme}> <Layout> <Component {...pageProps} /> </Layout> </NextUIProvider> </ConfigProvider> </RainbowKitProvider> <Toaster /> </WagmiConfig>
but it keep showing "When server rendering, you must wrap your application in an to ensure consistent ids are generated between the client and server."
Beta Was this translation helpful? Give feedback.
All reactions