Replies: 1 comment 2 replies
-
Hey @smblee, the current expected pattern is to pull in the In saying that, I agree that passing a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently the modal is always rendered at root (body). This is an issue if we have wallet connect within another modal (like Radix) that has close on click outside, since the wallet connect will be recognized as "outside" (due to being at root).
https://github.com/family/connectkit/blob/main/packages/connectkit/src/components/Common/Portal/index.tsx#L24
It would be nice if we can pass in a
ref
or something to optionally render the connect modal at a different root point.Beta Was this translation helpful? Give feedback.
All reactions