src/components/CarouselCard/indicators/indicator.js
Function Indicator
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Indicator = props => {
const { id, containerId, header, onSelect, selectedItem, onCreate, onDestroy } = props;
const indicatorRef = useRef();
useEffect(() => {