Skip to content
Triggered via release July 25, 2024 13:18
@kishkoigorkishkoigor
published v1.5.8
Status Success
Total duration 32s
Artifacts

publish.yaml

on: release
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 warnings
build: src/components/AddressInfo/index.ts#L1
Insert `⏎`
build: src/components/Header/Header.tsx#L57
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
build: src/components/ConnectWallet/ConnectWallet.tsx#L45
Replace `·className={s['login-modal__btn']}·style={{marginTop:·16}}·onClick={loginSafepal}` with `⏎········className={s['login-modal__btn']}⏎········style={{·marginTop:·16·}}⏎········onClick={loginSafepal}⏎······`
build: src/components/Tooltip/getPosition.ts#L5
Do not use "@ts-nocheck" because it alters compilation errors
build: src/components/Header/components/MobileMenu.tsx#L5
'PrismicLink' is defined but never used
build: src/components/Header/components/MobileMenu.tsx#L10
'balance' is defined but never used
build: src/components/Header/components/MobileMenu.tsx#L30
Missing "key" prop for element in iterator
build: src/components/Header/components/MobileMenu.tsx#L44
Missing "key" prop for element in iterator
build: src/components/Header/components/MobileMenu.tsx#L69
Missing "key" prop for element in iterator
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/hooks/useClickOutside.ts#L8
The 'handleClick' function makes the dependencies of useEffect Hook (at line 22) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'handleClick' in its own useCallback() Hook