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.
2 parents 6a5c60e + a0fdd86 commit 9d3c425Copy full SHA for 9d3c425
docs-site/src/examples/renderCustomHeaderTwoMonths.js
@@ -1,5 +1,3 @@
1
-import { useState, useMemo } from "react";
2
-
3
() => {
4
const [startDate, setStartDate] = useState(new Date());
5
const monthsShown = useMemo(() => 2, []);
0 commit comments