nexxtway/react-rainbow

View on GitHub
src/components/PathStep/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function PathStep has 69 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function PathStep(props) {
    const { name, label, hasError, className, style } = props;
    const {
        selectedIndex,
        hoveredIndex,
Severity: Major
Found in src/components/PathStep/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status