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 f2a9975 + 1179ac9 commit 3bfde22Copy full SHA for 3bfde22
docs-site/eslint.config.js
@@ -42,6 +42,7 @@ export default [
42
languageOptions: {
43
globals: {
44
useState: false,
45
+ useMemo: false,
46
render: false,
47
DatePicker: false,
48
getHours: false,
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