src/documentation/examples/SimpleModal/SimpleModal.tsx
Function ExampleSimpleModal
has 66 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function ExampleSimpleModal() {
const [modalOpen, openModal] = useState(false)
const [changed, setChanged] = useState(false)
const [showingModal, setShowingModal] = useState(false)