Reown Wallet Connect AppKit SSR undefined error in React.js Application #5372
-
Beta Was this translation helpful? Give feedback.
Answered by
tomiir
Sep 18, 2024
Replies: 1 comment 2 replies
-
Hey @hugoorlov ! This should fix your issue:
Will push a fix to our docs so it's properly documented. Thank you for raising this 🙏 Let us know how it goes! |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
hugoorlov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @hugoorlov !
Seems like you are initializing appkit correctly, but you are passing
wagmiAdapter
instead ofwagmiAdapter.wagmiConfig
to yourWagmiProvider
This should fix your issue:
Will push a fix to our docs so it's properly documented. Thank you for raising this 🙏
Let us know how it goes!