FezVrasta/popper.js

View on GitHub
website/lib/components/Home/Popover.js

Summary

Maintainability
A
1 hr
Test Coverage

Function PopoverDemo has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function PopoverDemo() {
  const [isOpen, setIsOpen] = useState(false);
  const [name, setName] = useState('Balloon name');
  const [editName, setEditName] = useState(name);

Severity: Minor
Found in website/lib/components/Home/Popover.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status