chore(deps-dev): bump the dev-deps group across 1 directory with 14 updates #4959
Annotations
6 warnings
|
Run yarn run ci:
packages/onboarding-ui/src/pages/RedirectPage/RedirectPage.tsx#L36
React Hook useEffect has a missing dependency: 'onRedirect'. Either include it or remove the dependency array. If 'onRedirect' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Run yarn run ci:
packages/onboarding-ui/src/pages/RedirectPage/RedirectPage.tsx#L32
React Hook useEffect has a missing dependency: 'seconds'. Either include it or remove the dependency array
|
|
Run yarn run ci:
packages/onboarding-ui/src/pages/LoaderPage/LoaderPage.tsx#L37
React Hook useEffect has a missing dependency: 'loadingSeconds'. Either include it or remove the dependency array
|
|
Run yarn run ci:
packages/fuselage/src/components/Select/SelectLegacy.tsx#L44
React Hook useEffect has a missing dependency: 'fn'. Either include it or remove the dependency array
|
|
Run yarn run ci:
packages/fuselage/src/components/Select/SelectLegacy.tsx#L44
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
|
|
Run yarn run ci:
packages/fuselage/src/components/MultiSelect/MultiSelect.tsx#L117
React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array
|
Loading