chore(staking): migrate to react-aria #1877
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The @headlessui/react library has had some major changes and I'm finding the components in the new version are lower quality, clunkier, and buggier than the older versions were.
In the last few years, Adobe has come out with the excellent react-aria library, which implements all the components that headlessui had and way way more, and is much better maintained.
I wanted to explore moving to this anyways, but I've found myself fighting with bugs and glitchy behavior in the menu and modal components, so I figured it was time to go ahead and get it done