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 6a5c60e commit a0fdd86Copy full SHA for a0fdd86
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