Replies: 2 comments 1 reply
-
2 months and no answers? Is this project alive? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@zdanl We have the example listed in the docs here But feel free to checkout our with-next-app example and with-next-mint. What exactly is the issue you're facing ? Can you share an example code ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I find Rainbowkit highly functional and appealing. That said, integration into NextJS code bases turns out to be a nightmare, at least for me. Even when the Wagmi and Rainbowkit Context is added correctly in _app.tsx and the containing componen is marked as
"use client"
a server-side mess occurs.Either it is clearly server-side used dependencies asked to be installed for the client, namely 'fs', or wagmi/rainbowkit functions errror to be called outside the wagmi/rainbow context.
Is there any chance that you could kindly explain this, or provide a solid example on integration with NextJS? [1]
[1] https://www.rainbowkit.com/docs/installation
Thanks,
Dan
Beta Was this translation helpful? Give feedback.
All reactions