chore: update image source URL in home.tsx #106
Annotations
10 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/.
|
Lint:
src/components/noramp-connect-provider/connect-provider.tsx#L10
'useAccount' is defined but never used
|
Lint:
src/components/noramp-connect-provider/connect-provider.tsx#L12
'alchemyProvider' is defined but never used
|
Lint:
src/components/noramp-kyc/kyc.tsx#L23
<iframe> elements must have a unique title property
|
Lint:
src/components/noramp-payout/payout.tsx#L24
<iframe> elements must have a unique title property
|
Lint:
src/hooks/useNoRampModal.ts#L40
React Hook useCallback has a missing dependency: 'close'. Either include it or remove the dependency array
|
Lint:
src/hooks/useNoRampModal.ts#L78
Expected '===' and instead saw '=='
|
Lint:
src/hooks/useNoRampModal.ts#L101
Expected '===' and instead saw '=='
|
Lint:
src/hooks/useNoRampModal.ts#L105
Expected '===' and instead saw '=='
|
Lint:
src/hooks/useNoRampModal.ts#L188
React Hook useCallback has an unnecessary dependency: 'isOpen'. Either exclude it or remove the dependency array
|
Loading