fix(mp3-encoder): Suppress assertion #3691
Annotations
7 warnings
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "storybooks-1481".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
packages/fuselage/src/components/AutoComplete/AutoComplete.tsx#L131
React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array
|
packages/fuselage/src/components/InputBox/InputBox.tsx#L96
React Hook useLayoutEffect has a missing dependency: 'addon'. Either include it or remove the dependency array
|
packages/fuselage/src/components/MultiSelect/MultiSelect.tsx#L125
React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array
|
packages/fuselage/src/components/Select/SelectLegacy.tsx#L49
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
|
packages/fuselage/src/components/Select/SelectLegacy.tsx#L49
React Hook useEffect has a missing dependency: 'fn'. Either include it or remove the dependency array
|
This job succeeded
Loading