fix(deps): update redux (#237) #1275
Annotations
11 warnings
Run actions/setup-node@v4
Cache not found for keys: node-cache-Linux-x64-npm-887e4e3a1a59277e9693741d07dbd18b165e405d83e5e66d22896513268a77ce
|
Run npm run lint --if-present:
src/hooks/useBreakpointIndex.ts#L44
React Hook useEffect has missing dependencies: 'getBreakpointIndex' and 'mediaQueryLists'. Either include them or remove the dependency array
|
Run npm run lint --if-present:
src/hooks/useOnScreen.ts#L3
Missing return type on function
|
Run npm run lint --if-present:
src/hooks/useOnScreen.ts#L26
The ref value 'ref.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'ref.current' to a variable inside the effect, and use that variable in the cleanup function
|
Run npm run lint --if-present:
src/hooks/useOnScreen.ts#L29
React Hook useEffect has missing dependencies: 'once', 'options', and 'ref'. Either include them or remove the dependency array
|
Run npm run lint --if-present:
src/modules/assets/index.ts#L63
Unexpected 'todo' comment: '* * NOTE: * `fetchCount` returns the...'
|
Run npm run lint --if-present:
src/modules/index.ts#L120
Unexpected 'todo' comment: 'TODO: remove once we use `redux-toolkit`...'
|
Run npm run lint --if-present:
src/modules/search/index.ts#L10
Unexpected 'todo' comment: 'TODO: don't store non-serializable data...'
|
Run npm run lint --if-present:
src/modules/search/index.ts#L62
Unexpected 'todo' comment: 'TODO: type correctly'
|
Run npm run lint --if-present:
src/modules/search/index.ts#L92
Unexpected 'todo' comment: 'TODO: type correctly'
|
Run npm run lint --if-present:
src/modules/tags/index.ts#L399
Unexpected 'todo' comment: 'TODO: merge all buffer epics'
|
Loading