Merge pull request #11 from AmphoraProtocol/bootstrap #26
Annotations
13 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: reggionick/s3-deploy@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
Skip setting environment url as environment 'Dev' may contain secret.
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
src/components/UserStats/UserTokenMobileDropdown.tsx#L22
'href' is assigned a value but never used. Allowed unused vars must match /^_/u
|
build:
src/components/cards/TitleTextCard.tsx#L8
'useMediaQuery' is defined but never used. Allowed unused vars must match /^_/u
|
build:
src/components/cards/TitleTextCard.tsx#L9
'useTheme' is defined but never used. Allowed unused vars must match /^_/u
|
build:
src/components/cards/TitleTextCard.tsx#L11
'SxProps' is defined but never used. Allowed unused vars must match /^_/u
|
build:
src/components/icons/misc/StarIcon.tsx#L5
'width' is assigned a value but never used. Allowed unused vars must match /^_/u
|
build:
src/components/icons/misc/StarIcon.tsx#L5
'height' is assigned a value but never used. Allowed unused vars must match /^_/u
|
build:
src/components/libs/swap-token-provider/SwapTokenProvider.tsx#L23
React Hook useEffect has a missing dependency: 'token1.ticker'. Either include it or remove the dependency array
|
build:
src/components/link/link.tsx#L6
'ref' is defined but never used. Allowed unused args must match /^_/u
|
build:
src/components/modal/BaseModal.tsx#L2
'SvgIcon' is defined but never used. Allowed unused vars must match /^_/u
|
build:
src/components/modal/BaseModal.tsx#L18
'withCloseButton' is assigned a value but never used. Allowed unused vars must match /^_/u
|