Skip to content

Commit 9d3c425

Browse files
authored
Merge pull request #3 from navedqb/fix--5677
fix preview: custom header with two months displayed
2 parents 6a5c60e + a0fdd86 commit 9d3c425

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs-site/src/examples/renderCustomHeaderTwoMonths.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { useState, useMemo } from "react";
2-
31
() => {
42
const [startDate, setStartDate] = useState(new Date());
53
const monthsShown = useMemo(() => 2, []);

0 commit comments

Comments
 (0)