merge main to develop #7281
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
pages/_app.tsx#L128
'url' is defined but never used. Allowed unused args must match /^_/u
|
build:
pages/_app.tsx#L185
React Hook useEffect has missing dependencies: 'asPath', 'pathname', 'query', and 'router'. Either include them or remove the dependency array
|
build:
pages/donate/[slug].tsx#L28
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
build:
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
|
build:
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
|
build:
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
|
build:
pages/notifications/settings.tsx#L20
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
build:
pages/test1.tsx#L69
'res' is assigned a value but never used. Allowed unused vars must match /^_/u
|
build:
pages/test2.tsx#L37
'solanaWalletDisconnect' is assigned a value but never used. Allowed unused vars must match /^_/u
|
build:
pages/test2.tsx#L38
'solanaSignMessage' is assigned a value but never used. Allowed unused vars must match /^_/u
|