-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cleanup Deprecated Components #1640
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
6 Skipped Deployments
|
@@ -165,7 +165,7 @@ export function RedeemWithdrawalSharesForm({ | |||
) : undefined | |||
} | |||
value={amount ?? ""} | |||
stat={ | |||
bottomRightElement={ |
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.
This was the only component I had not updated to the new design. I was able to just swap out the TokenInput and the form looks fine. I created an issue for converting the full form soon:
#1641
The vast majority of this PR is renaming the components we appended "Two" or "Old" to their newer versions and deleting the old components.