FezVrasta/popper.js

View on GitHub
packages/devtools/src/middleware.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function fn has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  fn: (state: MiddlewareState) => {
    const {[ELEMENT_METADATA]: metadata} = isHTMLElementWithMetadata(
      state.elements.floating,
    )
      ? state.elements.floating
Severity: Minor
Found in packages/devtools/src/middleware.ts - About 1 hr to fix

There are no issues that match your filters.

Category
Status