myems-web/src/components/bootstrap-components/Carousel.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function CarouselExample has 65 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const CarouselExample = () => {
  const carouselExample = `function carouselExample (){
    const [activeIndex, setActiveIndex] = useState(0);
    const [animating, setAnimating] = useState(false);

Severity: Major
Found in myems-web/src/components/bootstrap-components/Carousel.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status