gilbarbara/react-range-slider

View on GitHub
src/index.tsx

Summary

Maintainability
A
2 hrs
Test Coverage
A
96%

Function render has 90 lines of code (exceeds 50 allowed). Consider refactoring.
Open

  public render() {
    const { axis, className, xMax, xMin, yMax, yMin } = this.props;
    const rest = removeProperties(
      this.props,
      'axis',
Severity: Major
Found in src/index.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status