Content
@
0 reply
0 recast
2 reactions
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 ๐ ๐ฉ ๐ธ
@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
@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