Skip to content

Commit b5ed12f

Browse files
committed
fix: remove selectedDates from example
1 parent 1014e4c commit b5ed12f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • doc-site/docs/react-use-calendar-component

doc-site/docs/react-use-calendar-component/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import useCalendarComponent from 'react-use-calendar-component';
2424
const Calendar = () => {
2525
const [value, setValue] = useState(new Date());
2626
const {
27-
selectedDates,
2827
displayedYear,
2928
displayedMonth,
3029
changeDisplayedYear,

0 commit comments

Comments
 (0)