Merge pull request #22 from larryjclai/fix/ai-lockfile-version-sync #44
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: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run npm run lint:
src/components/OnboardingOverlay.tsx#L27
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Run npm run lint:
src/components/NotificationCenter.tsx#L14
'clearAcknowledgedReminders' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Run npm run lint:
src/components/HoldingForm.tsx#L15
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Run npm run lint:
src/components/GlobalSearch.tsx#L36
The 'ledgerRows' logical expression could make the dependencies of useMemo Hook (at line 38) change on every render. To fix this, wrap the initialization of 'ledgerRows' in its own useMemo() Hook
|
|
Run npm run lint:
src/components/GlobalSearch.tsx#L35
The 'recordRows' logical expression could make the dependencies of useMemo Hook (at line 75) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'recordRows' in its own useMemo() Hook
|
|
Run npm run lint:
src/components/GlobalSearch.tsx#L34
The 'assetRows' logical expression could make the dependencies of useMemo Hook (at line 75) change on every render. To fix this, wrap the initialization of 'assetRows' in its own useMemo() Hook
|
|
Run npm run lint:
src/components/GlobalSearch.tsx#L34
The 'assetRows' logical expression could make the dependencies of useMemo Hook (at line 51) change on every render. To fix this, wrap the initialization of 'assetRows' in its own useMemo() Hook
|
|
Run npm run lint:
src/components/GlobalSearch.tsx#L2
'useState' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run npm run lint:
src/components/DateScopeControl.tsx#L26
'enterCustom' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run npm run lint:
src/components/DateScopeControl.tsx#L1
'CalendarBlank' is defined but never used. Allowed unused vars must match /^_/u
|
background
wait
wait-all
cancel
parallel
Loading