-
Notifications
You must be signed in to change notification settings - Fork 447
feat: custom unmounted content #2474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: alpha
Are you sure you want to change the base?
Conversation
Co-authored-by: Alissa Crane <alissacranespam@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Daniel Schlabach <31226559+dschlabach@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Alissa Crane <alissacranespam@gmail.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: Dan Cortes <3639170+dgca@users.noreply.github.com> Co-authored-by: GarmashAlex <garmasholeksii@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alissa Crane <alissacranespam@gmail.com>
…om RPC clients (#2473)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds support for custom unmounted content in the Wallet component instead of always rendering a fixed disabled "Connect Wallet" button during server-side rendering.
- Adds an optional
unmountedContentprop to the WalletProps interface - Updates the unmounted state rendering logic to use custom content when provided
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
ca053ec to
108e128
Compare
What changed? Why?
Notes to reviewers
How has it been tested?