Akira/dnmm #79
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/app/api/stats/[address]/route.ts#L31
'shares' is assigned a value but never used. Allowed unused vars must match /^_/u
|
src/app/api/stats/route.ts#L9
'req' is defined but never used. Allowed unused args must match /^_/u
|
src/app/page.tsx#L121
Image elements must have an alt prop, either with meaningful text, or an empty string for decorative images
|
src/app/strategy/page.tsx#L67
React Hook useEffect has a missing dependency: 'setBalQueryEnable'. Either include it or remove the dependency array
|
src/app/strategy/page.tsx#L389
Expected '===' and instead saw '=='
|
src/app/strategy/page.tsx#L403
Expected '===' and instead saw '=='
|
src/app/strategy/page.tsx#L440
Expected '===' and instead saw '=='
|
src/app/strategy/page.tsx#L441
Expected '===' and instead saw '=='
|
src/app/template.tsx#L83
'chain' is defined but never used. Allowed unused args must match /^_/u
|
src/app/template.tsx#L93
'getIconNode' is defined but never used. Allowed unused vars must match /^_/u
|
This job succeeded
Loading