Add email header (#45) #197
Annotations
10 warnings
|
verify (20.x):
apps/sponsor/src/hooks/use-resume-data-pagination-hook.ts#L291
React Hook useMemo has a missing dependency: 'getResumesFiltered'. Either include it or remove the dependency array
|
|
verify (20.x):
apps/sponsor/src/hooks/use-resume-data-pagination-hook.ts#L254
React Hook useMemo has a missing dependency: 'getResumesFiltered'. Either include it or remove the dependency array
|
|
verify (20.x):
apps/sponsor/src/hooks/use-resume-data-pagination-hook.ts#L227
React Hook useMemo has a missing dependency: 'getResumesFiltered'. Either include it or remove the dependency array
|
|
verify (20.x):
apps/sponsor/src/hooks/use-resume-data-pagination-hook.ts#L200
React Hook useMemo has a missing dependency: 'getResumesFiltered'. Either include it or remove the dependency array
|
|
verify (20.x):
apps/sponsor/src/hooks/use-resume-data-pagination-hook.ts#L164
React Hook useMemo has a missing dependency: 'getResumesFiltered'. Either include it or remove the dependency array
|
|
verify (20.x):
apps/sponsor/src/hooks/use-modal-nav-hook.ts#L100
React Hook useEffect has missing dependencies: 'handleOpenResume', 'initialized', and 'onToast'. Either include them or remove the dependency array. If 'onToast' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
verify (20.x):
apps/sponsor/src/components/MultiSelectDropdown.tsx#L111
React Hook useEffect has a missing dependency: 'resetFilter'. Either include it or remove the dependency array
|
|
verify (20.x):
apps/admin/src/contexts/ColorThemeContext.tsx#L94
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
verify (20.x):
apps/admin/src/contexts/ColorThemeContext.tsx#L22
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
verify (20.x):
apps/admin/src/components/useAttendanceViewHook.ts#L165
React Hook React.useEffect has a missing dependency: 'handleLoadData'. Either include it or remove the dependency array
|