We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d638307 commit c12c7d0Copy full SHA for c12c7d0
src/calendar/index.tsx
@@ -20,7 +20,6 @@ import Day, {DayProps} from './day/index';
20
import BasicDay from './day/basic';
21
import {MarkingProps} from './day/marking';
22
23
-
24
type MarkedDatesType = {
25
[key: string]: MarkingProps;
26
};
@@ -78,8 +77,6 @@ export interface CalendarProps extends CalendarHeaderProps, DayProps {
78
77
* @gif: https://github.com/wix/react-native-calendars/blob/master/demo/assets/calendar.gif
79
*/
80
const Calendar = (props: CalendarProps) => {
81
- useWhyDidYouUpdate(props.current, props);
82
83
const {
84
initialDate,
85
current,
0 commit comments