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 fc345a0 commit 4247a3aCopy full SHA for 4247a3a
contributors.yml
@@ -3,6 +3,7 @@
3
- alexlbr
4
- avipatel97
5
- awreese
6
+- bavardage
7
- bhbs
8
- BrianT1414
9
- brockross
docs/hooks/use-revalidator.md
@@ -43,7 +43,7 @@ function useLivePageData() {
43
let interval = useInterval(5000);
44
45
useEffect(() => {
46
- if (revalidate.state === "idle") {
+ if (revalidator.state === "idle") {
47
revalidator.revalidate();
48
}
49
}, [interval]);
0 commit comments