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 b1e7d45 commit c2405a1Copy full SHA for c2405a1
frontend/.eslintrc.json
@@ -44,7 +44,6 @@
44
"ignoreDestructuring": true
45
}
46
],
47
- "react-hooks/rules-of-hooks": "error",
48
- "react-hooks/exhaustive-deps": "warn"
+ "react-hooks/rules-of-hooks": "error"
49
50
frontend/src/components/SepForm.js
@@ -71,7 +71,7 @@ const SepForm = ({
71
72
useEffect(() => {
73
return handleClear
74
- })
+ }, [])
75
76
77
participantStore.getSites()
0 commit comments