File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7272 "typescript" : " 4.2.4"
7373 },
7474 "peerDependencies" : {
75- "react" : " >= 16.8.0" ,
75+ "react" : " ^ 16.8 || ^17 .0" ,
7676 "semantic-ui-react" : " >=0.75.0"
7777 },
7878 "resolutions" : {
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ export const basicUsage = () => {
4747 const maxDate = new Date ( date ( 'Max date' , new Date ( '2030-01-01' ) ) ) ;
4848 const onlyWeekdays = boolean ( 'Only weekdays (filterDate example)' , false ) ;
4949 const controlValue = boolean ( 'Control value' , false ) ;
50+ const error = boolean ( 'Error state' , false ) ;
5051 const initialValue = controlValue
5152 ? type === 'basic'
5253 ? new Date ( date ( 'Initial value' ) )
@@ -64,6 +65,7 @@ export const basicUsage = () => {
6465 clearOnSameDateClick = { clearOnSameDateClick }
6566 clearable = { clearable }
6667 datePickerOnly = { datePickerOnly }
68+ error = { error }
6769 filterDate = { filterDate }
6870 firstDayOfWeek = { firstDayOfWeek }
6971 format = { format }
You can’t perform that action at this time.
0 commit comments