chore(lib): update dependency bootstrap to v5 [security] #910
Annotations
10 warnings
Run tests:
admin/src/app.jsx#L70
Unexpected use of file extension "service" for "./services/cohort.service"
|
Run tests:
admin/src/app.jsx#L163
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
Run tests:
admin/src/app.jsx#L206
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