Open Issues Need Help
View All on GitHubA collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
AI Summary: The task is to re-export the `VisuallyHidden` component from the `react-aria` package into the `react-aria-components` package, making it directly importable from the latter. This involves a simple modification to the `react-aria-components` export statements.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
AI Summary: Debug and fix a bug in the React Aria Components library where the `containerPadding` prop for Tooltips is being ignored. The issue is reproducible in a provided CodeSandbox example and affects the styling of tooltips in Chrome on macOS. The fix likely involves inspecting the tooltip component's rendering logic and ensuring the `containerPadding` prop is correctly applied.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
AI Summary: Debug and fix a TypeError: "focus" is read-only error within the React Aria's useFocusVisible hook. The error occurs in a browser extension and manifests in Firefox on Linux. The issue stems from attempting to mutate a read-only focus object within the hook's code. The solution likely involves preventing the mutation or making the object writable before modification.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
AI Summary: The task is to fix a bug in the React Spectrum's `DatePicker` and `DateRangePicker` components. Currently, the `firstDayOfWeek` prop is not propagated internally to the calendar components, requiring developers to set it twice. The solution involves modifying the `useDatePicker` and `useDateRangePicker` hooks to forward the `firstDayOfWeek` prop to the underlying calendar components.
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.