bufferapp/ui

View on GitHub
src/documentation/examples/SimpleModal/SimpleModal.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function ExampleSimpleModal has 66 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function ExampleSimpleModal() {
  const [modalOpen, openModal] = useState(false)
  const [changed, setChanged] = useState(false)
  const [showingModal, setShowingModal] = useState(false)

Severity: Major
Found in src/documentation/examples/SimpleModal/SimpleModal.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status