Skip to content

Commit bae7179

Browse files
committed
Remove UNSTABLE prefix from collections in RAC
1 parent 04bd079 commit bae7179

File tree

1 file changed

+0
-1
lines changed
  • packages/react-aria-components/src

1 file changed

+0
-1
lines changed

packages/react-aria-components/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export {Header, HeaderContext} from './Header';
4545
export {Heading} from './Heading';
4646
export {Input, InputContext} from './Input';
4747
export {Section, CollectionRendererContext, DefaultCollectionRenderer} from './Collection';
48-
export {createLeafComponent as UNSTABLE_createLeafComponent, createBranchComponent as UNSTABLE_createBranchComponent, CollectionBuilder as UNSTABLE_CollectionBuilder} from '@react-aria/collections';
4948
export {Collection, createLeafComponent, createBranchComponent, CollectionBuilder} from '@react-aria/collections';
5049
export {Keyboard, KeyboardContext} from './Keyboard';
5150
export {Label, LabelContext} from './Label';

0 commit comments

Comments
 (0)