Skip to content

fix: consultation icon svg update (#452) #1421

fix: consultation icon svg update (#452)

fix: consultation icon svg update (#452) #1421

Triggered via push August 14, 2024 10:40
Status Success
Total duration 5m 33s
Artifacts

main.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Build, lint, and test on Node 16.x and ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build, lint, and test on Node 16.x and ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build, lint, and test on Node 16.x and ubuntu-latest: src/components/form/uploader/Uploader.stories.tsx#L802
Emojis should be wrapped in <span>, have role="img", and have an accessible description with aria-label or aria-labelledby
Build, lint, and test on Node 16.x and ubuntu-latest: src/components/form/uploader/Uploader.stories.tsx#L1088
Emojis should be wrapped in <span>, have role="img", and have an accessible description with aria-label or aria-labelledby
Build, lint, and test on Node 16.x and ubuntu-latest: src/components/form/uploader/Uploader.stories.tsx#L1303
Emojis should be wrapped in <span>, have role="img", and have an accessible description with aria-label or aria-labelledby
Build, lint, and test on Node 16.x and ubuntu-latest: src/components/form/uploader/Uploader.tsx#L127
React Hook React.useCallback has a missing dependency: 'onExternalDrop'. Either include it or remove the dependency array. If 'onExternalDrop' changes too often, find the parent component that defines it and wrap that definition in useCallback
Build, lint, and test on Node 16.x and ubuntu-latest: src/components/menu/item/MenuItem.tsx#L34
React Hook React.useMemo has a missing dependency: 'menu.unstable_popoverRef'. Either include it or remove the dependency array. Mutable values like 'textRef.current' aren't valid dependencies because mutating them doesn't re-render the component