feat(api,admin) : revert dafd331 and keep matricule in front filter a… #1212
Annotations
10 warnings
Run tests:
admin/src/app.jsx#L71
Unexpected use of file extension "service" for "./services/cohort.service"
|
Run tests:
admin/src/app.jsx#L164
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
Run tests:
admin/src/app.jsx#L207
React Hook useEffect has missing dependencies: 'cohorts' and 'dispatch'. Either include them or remove the dependency array
|
Run tests:
admin/src/assets/ArrowUp.jsx#L3
'props' is defined but never used
|
Run tests:
admin/src/assets/icons/EmptyFileIcon.jsx#L3
'props' is defined but never used
|
Run tests:
admin/src/components/FileUpload.jsx#L104
React Hook useCallback has an unnecessary dependency: 'files'. Either exclude it or remove the dependency array
|
Run tests:
admin/src/components/IconDomain.jsx#L50
React Hook React.useEffect has a missing dependency: 'iconStyle'. Either include it or remove the dependency array. If 'setIcon' needs the current value of 'iconStyle', you can also switch to useReducer instead of useState and read 'iconStyle' in the reducer
|
Run tests:
admin/src/components/IconDomainRounded.jsx#L50
React Hook React.useEffect has a missing dependency: 'iconStyle'. Either include it or remove the dependency array. If 'setIcon' needs the current value of 'iconStyle', you can also switch to useReducer instead of useState and read 'iconStyle' in the reducer
|
Run tests:
admin/src/components/Panel.jsx#L23
React Hook "React.useState" is called conditionally. React Hooks must be called in the exact same order in every component render
|
Run tests:
admin/src/components/Panel.jsx#L25
React Hook "React.useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
Loading