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
Not a perfect solution but changing:
to:
// eslint-disable-next-line
suppressed that error.