-
Notifications
You must be signed in to change notification settings - Fork 2
Install floating-ui, refactor RewardsTooltip #1822
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
6 Skipped Deployments
|
This PR refactors over to
@floating-ui/react
from@radix-ui/tootltip
. We are making the switch because radix-ui crashes the UI due to the high number of tooltips we need to render at a time.Radix-ui has been made aware, but there is no fix or workaround as of this writing. Here are the related issues:
radix-ui/primitives#2152
radix-ui/primitives#2717
Additionally, after rebasing #1820 I needed to rebuild hyperdrive-wasm and fixed-point-wasm, hence the checked in files there.