ci: pin GitHub Actions to full commit SHAs, bump to current versions#513
Merged
Annotations
10 warnings
|
Run npm run lint:
packages/coreui-react/src/components/form/CFormCheck.tsx#L114
React Hook useEffect has an unnecessary dependency: 'inputRef.current'. Either exclude it or remove the dependency array. Mutable values like 'inputRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
|
Run npm run lint:
packages/coreui-react/src/components/dropdown/CDropdown.tsx#L296
React Hook useEffect has a missing dependency: 'handleKeydown'. Either include it or remove the dependency array
|
|
Run npm run lint:
packages/coreui-react/src/components/dropdown/CDropdown.tsx#L289
React Hook useEffect has missing dependencies: '_visible', 'allowPopperUse', 'computedPopperConfig', and 'initPopper'. Either include them or remove the dependency array
|
|
Run npm run lint:
packages/coreui-react/src/components/dropdown/CDropdown.tsx#L277
React Hook useEffect has missing dependencies: '_visible', 'handleHide', and 'handleShow'. Either include them or remove the dependency array
|
|
Run npm run lint:
packages/coreui-react/src/components/carousel/CCarouselItem.tsx#L96
React Hook useEffect has a missing dependency: 'setAnimating'. Either include it or remove the dependency array
|
|
Run npm run lint:
packages/coreui-react/src/components/carousel/CCarouselItem.tsx#L64
React Hook useEffect has missing dependencies: 'count', 'direction', 'interval', and 'setCustomInterval'. Either include them or remove the dependency array. You can also do a functional update 'setCount(c => ...)' if you only need 'count' in the 'setCount' call
|
|
Run npm run lint:
packages/coreui-react/src/components/carousel/CCarousel.tsx#L141
React Hook useEffect has a missing dependency: 'clearCycleTimeout'. Either include it or remove the dependency array
|
|
Run npm run lint:
packages/coreui-react/src/components/carousel/CCarousel.tsx#L116
React Hook useEffect has missing dependencies: 'active', 'cycle', 'direction', 'onSlid', and 'onSlide'. Either include them or remove the dependency array. If 'onSlide' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Run npm run lint:
packages/coreui-react/src/components/carousel/CCarousel.tsx#L107
React Hook useEffect has a missing dependency: 'cycle'. Either include it or remove the dependency array
|
|
Run npm run lint:
packages/coreui-react/src/components/accordion/CAccordionItem.tsx#L44
React Hook useEffect has missing dependencies: 'alwaysOpen' and 'setActiveKey'. Either include them or remove the dependency array
|
background
wait
wait-all
cancel
parallel
Loading