Definition for rule ‘react-hooks/exhaustive-deps’ was not found
This typically happens because the react-hooks plugin is missing in the .eslintrc plugin configuration. Ensure you have added react-hooks as in the example below: “plugins”: [“react”, “react-hooks”,],