STCOR-936 - implement App-reordering, user preference management in stripes-core. #540
Annotations
5 errors and 10 warnings
Lint:
src/components/MainNav/AppList/components/ResizeContainer/ResizeContainer.js#L10
`lodash/isEqual` import should occur before import of `./ResizeContainer.css`
|
Lint:
src/components/MainNav/AppOrderProvider.js#L81
'children' is missing in props validation
|
Lint:
src/hooks/usePreferences.js#L13
Expected to return a value at the end of async arrow function
|
Lint:
src/hooks/usePreferences.js#L33
Expected to return a value at the end of async arrow function
|
Lint
Process completed with exit code 1.
|
Lint:
src/Pluggable.js#L35
React Hook useMemo has missing dependencies: 'props.stripes' and 'props.type'. Either include them or remove the dependency array
|
Lint:
src/components/MainNav/AppList/components/AppListDropdown/AppListDropdown.js#L7
'sortBy' is defined but never used. Allowed unused vars must match /React/u
|
Lint:
src/components/MainNav/AppList/components/ResizeContainer/ResizeContainer.js#L10
'isEqual' is defined but never used. Allowed unused vars must match /React/u
|
Lint:
src/components/MainNav/AppOrderProvider.js#L133
React Hook useMemo has a missing dependency: 'stripes'. Either include it or remove the dependency array
|
Lint:
src/components/MainNav/MainNav.js#L2
'find' is defined but never used. Allowed unused vars must match /React/u
|
Lint:
src/components/MainNav/MainNav.js#L72
React Hook useEffect has missing dependencies: 'curModule', 'history', 'location', 'queryClient', and 'stripes'. Either include them or remove the dependency array
|
Lint:
src/hooks/usePreferences.js#L13
'callback' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
src/hooks/usePreferences.js#L29
Unexpected console statement
|
Lint:
src/hooks/usePreferences.js#L31
React Hook useCallback has an unnecessary dependency: 'id'. Either exclude it or remove the dependency array
|
Lint:
src/hooks/usePreferences.js#L33
'callback' is defined but never used. Allowed unused args must match /^_/u
|
Loading