show-static-page-speed #6291
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run linter:
pages/_app.tsx#L112
'url' is defined but never used. Allowed unused args must match /^_/u
|
Run linter:
pages/_app.tsx#L158
React Hook useEffect has missing dependencies: 'asPath', 'pathname', 'query', and 'router'. Either include them or remove the dependency array
|
Run linter:
pages/donate/[slug].tsx#L32
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
Run linter:
pages/gitcoingrants.tsx#L21
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Run linter:
pages/gitcoingrants.tsx#L73
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Run linter:
pages/gitcoingrants.tsx#L102
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Run linter:
pages/index.tsx#L44
'context' is defined but never used. Allowed unused args must match /^_/u
|
Run linter:
pages/landings/[slug].tsx#L12
'newURL' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run linter:
pages/landings/ethdenver.tsx#L24
'context' is defined but never used. Allowed unused args must match /^_/u
|
Run linter:
pages/notifications/settings.tsx#L20
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
Loading