fix(jellycompat): bound remux cache lifecycle - #866
Merged
Quick104 merged 6 commits intoSep 5, 2026
Merged
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint:
web/src/components/UserPolicyFields.tsx#L68
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
web/src/components/UserPolicyFields.tsx#L62
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint
React Hook useEffect has missing dependencies: 'handleEvent' and 'handleSnapshot'. Either include them or remove the dependency array
|
|
Lint
The ref value 'waitersRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'waitersRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
Lint:
web/src/components/MediaItemMenu.tsx#L143
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
web/src/components/ItemGrid.tsx#L62
The 'onVisibleRangeChange' conditional could make the dependencies of useEffect Hook (at line 101) change on every render. Move it inside the useEffect callback. Alternatively, wrap the initialization of 'onVisibleRangeChange' in its own useMemo() Hook
|
|
Lint:
web/src/components/ItemGrid.tsx#L58
The 'pages' conditional could make the dependencies of useCallback Hook (at line 109) change on every render. Move it inside the useCallback callback. Alternatively, wrap the initialization of 'pages' in its own useMemo() Hook
|
|
Lint:
web/src/components/ImageSelectorTab.tsx#L37
The 'images' logical expression could make the dependencies of useMemo Hook (at line 49) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'images' in its own useMemo() Hook
|
|
Lint:
web/src/components/FilterRuleEditor.tsx#L44
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
background
wait
wait-all
cancel
parallel
Loading