1.10.14 (#450) #1418
Annotations
12 warnings
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/
|
The following actions uses Node.js version which is deprecated 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/
|
Lint:
src/components/accordion/panel/AccordionPanel.tsx#L22
'ContainerAnimate' is already defined
|
Lint:
src/components/form/select/CreatableSelect.tsx#L20
'IsMulti' is defined but never used
|
Lint:
src/components/form/select/CreatableSelect.tsx#L21
'Group' is defined but never used
|
Lint:
src/components/form/select/Select.tsx#L78
'IsMulti' is defined but never used
|
Lint:
src/components/form/select/Select.tsx#L79
'Group' is defined but never used
|
Lint:
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
|
Lint:
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
|
Lint:
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
|
Lint:
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
|
Lint:
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
|
Loading