Enable the rules ``` 'react-hooks/immutability': 'off', 'react-hooks/exhaustive-deps': 'off', ``` and fixe the associated errors and warnings
Enable the rules
and fixe the associated errors and warnings