Closed kristian240 closed 1 year ago
Fixes #1174
Please select all that apply:
Please describe the differences between the current and new behavior
The useCallback was missing deps array in useMutation. I also added the eslint so this does not happen again 😅
useCallback
useMutation
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information 0.0% Duplication
Fixes #1174
Please select all that apply:
Please describe the differences between the current and new behavior
The
useCallback
was missing deps array inuseMutation
. I also added the eslint so this does not happen again 😅