You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of React Aria Components deprecates the generic Section component, in favour of "specific components for each parent collection component, e.g. ListBoxSection and MenuSection".
This affects our Select component, which uses Section. We will need to refactor this component to properly support ListBoxSection alongside #500.
The text was updated successfully, but these errors were encountered:
The latest version of React Aria Components deprecates the generic
Section
component, in favour of "specific components for each parent collection component, e.g. ListBoxSection and MenuSection".This affects our Select component, which uses
Section
. We will need to refactor this component to properly supportListBoxSection
alongside #500.The text was updated successfully, but these errors were encountered: