-
Notifications
You must be signed in to change notification settings - Fork 438
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 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Daniel Schlabach <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Alissa Crane <[email protected]> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: Dan Cortes <[email protected]> Co-authored-by: GarmashAlex <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alissa Crane <[email protected]>
…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?