FezVrasta/popper.js

View on GitHub
packages/react/src/hooks/useClick.ts

Summary

Maintainability
B
4 hrs
Test Coverage

Function useClick has 123 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function useClick<RT extends ReferenceType = ReferenceType>(
  context: FloatingContext<RT>,
  props: UseClickProps = {},
): ElementProps {
  const {
Severity: Major
Found in packages/react/src/hooks/useClick.ts - About 4 hrs to fix

There are no issues that match your filters.

Category
Status