Commit cddfe68 1 parent a3f40b6 commit cddfe68 Copy full SHA for cddfe68
File tree 2 files changed +6
-0
lines changed
src/components/OptionsSelector
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
import React , { forwardRef } from 'react' ;
2
2
import BaseOptionsSelector from './BaseOptionsSelector' ;
3
3
4
+ /**
5
+ * @deprecated Please use `SelectionList` instead.
6
+ */
4
7
const OptionsSelector = forwardRef ( ( props , ref ) => (
5
8
< BaseOptionsSelector
6
9
// eslint-disable-next-line react/jsx-props-no-spreading
Original file line number Diff line number Diff line change 1
1
import React , { forwardRef } from 'react' ;
2
2
import BaseOptionsSelector from './BaseOptionsSelector' ;
3
3
4
+ /**
5
+ * @deprecated Please use `SelectionList` instead.
6
+ */
4
7
const OptionsSelector = forwardRef ( ( props , ref ) => (
5
8
< BaseOptionsSelector
6
9
// eslint-disable-next-line react/jsx-props-no-spreading
You can’t perform that action at this time.
0 commit comments