Chance Strickland
Chance Strickland
https://github.com/dequelabs/react-axe/ React Axe would handle all of the DOM analysis for us so we wouldn't be recreating the wheel here. We would get the added benefit of having warnings synchronized...
This PR adds an API for calling certain effects with `useLayoutEffect`. This should probably be used very carefully and rarely, but in certain cases it is useful. API should be...
See https://github.com/radix-ui/primitives/discussions/375#discussioncomment-275343 > Yeah I believe that's to do with the fact that the menu can overflow the view now and we'd like to constrain its height (at least in...
See https://github.com/radix-ui/primitives/discussions/375
## Bug report ### Current Behavior If you right-click on the thumb in your `ScrollArea` and open the context menu, the scrollable area will continue to track the pointer when...
### Current behavior When a form contains an uncontrolled combobox and its ref's `reset` method is called, the value should be cleared along with all other input fields in the...
Adds preliminary tests for feature flags in `remix.config`. While this technically adds compiler support for the `v2_meta` feature flag, the actual implementation for that feature will come in a follow-up...
This is the first step to implementing navigation blocking APIs in React Router. This only adds support in the core router for now, but it is the first step in...
### Provide a general summary of the feature here We should have a simpler way to render components other than what is returned from the React Aria component by default....
### Describe the bug Support was rolled out for a new meta API in v1.8 that will become stable in v2. The package should handle that. ### Your Example Website...