I am getting the following eslint error after adding // eslint-disable-next-line react-hooks/exhaustive-deps in my code.
// eslint-disable-next-line react-hooks/exhaustive-deps
8:14 error Definit
Make sure you define your react-hooks both in extends and plugins array like this
"extends": [ "react-hooks", ], "plugins": [ "react-hooks" ],