nexxtway/react-rainbow

View on GitHub
src/components/CarouselCard/indicators/indicator.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Indicator has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Indicator = props => {
    const { id, containerId, header, onSelect, selectedItem, onCreate, onDestroy } = props;
    const indicatorRef = useRef();

    useEffect(() => {
Severity: Minor
Found in src/components/CarouselCard/indicators/indicator.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status