Content pfp
Content
@
0 reply
0 recast
2 reactions

welter pfp
welter
@fun
why is it so difficult to add rainbowkit functionality onto nextjs 13 app router any help appreciated
5 replies
2 recasts
11 reactions

grant 🌈 🎩 🐸 pfp
grant 🌈 🎩 🐸
@grunt.eth
I’ll tag in @magiziz or @danielsinclair But if you open a GitHub issue on RainbowKit it would be best!
1 reply
0 recast
0 reaction

magiziz.eth pfp
magiziz.eth
@magiziz
@fun next app router uses server and client components. Wagmi and RainbowKit only works with client components. You should always add 'use client' on top of your file where you add your RainbowKitProvider and WagmiProvider, this way next app router will always know that it should use those as client components.
2 replies
0 recast
1 reaction

magiziz.eth pfp
magiziz.eth
@magiziz
Here is a example of next app router with RainbowKit: https://github.com/rainbow-me/rainbowkit/tree/main/examples/with-next-app
2 replies
0 recast
2 reactions

welter pfp
welter
@fun
this worked!
0 reply
0 recast
1 reaction

grant 🌈 🎩 🐸 pfp
grant 🌈 🎩 🐸
@grunt.eth
🫑
0 reply
0 recast
0 reaction