improve email service #120
Annotations
6 warnings
autofix:
front/src/hooks/useEstablishment.js#L24
React Hook useCallback has an unnecessary dependency: 'userId'. Either exclude it or remove the dependency array
|
autofix:
front/src/hooks/useSchedule.js#L28
React Hook useCallback has an unnecessary dependency: 'userId'. Either exclude it or remove the dependency array
|
autofix:
front/src/hooks/useSchedule.js#L83
React Hook useCallback has an unnecessary dependency: 'userId'. Either exclude it or remove the dependency array
|
autofix:
front/src/hooks/useSchedule.js#L101
React Hook useCallback has a missing dependency: 'userId'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setEstablishmentId' needs the current value of 'userId'
|
autofix:
front/src/hooks/useTeam.js#L57
React Hook useCallback has an unnecessary dependency: 'userId'. Either exclude it or remove the dependency array
|
autofix:
front/tailwind.config.js#L2
Assign object to a variable before exporting as module default
|