FezVrasta/popper.js

View on GitHub

Showing 205 of 319 total issues

Avoid too many return statements within this function.
Open

      return true;
Severity: Major
Found in packages/react-native/src/utils/deepEqual.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return () => {
      tree.events.off('virtualfocus', handleVirtualFocus);
    };
Severity: Major
Found in packages/react/src/hooks/useListNavigation.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return close();
Severity: Major
Found in packages/react/src/safePolygon.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return false;
Severity: Major
Found in packages/react-dom/src/utils/deepEqual.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return true;
Severity: Major
Found in packages/react-dom/src/utils/deepEqual.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return false;
Severity: Major
Found in packages/react-native/src/utils/deepEqual.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

          return close();
Severity: Major
Found in packages/react/src/safePolygon.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

  return a !== a && b !== b;
Severity: Major
Found in packages/react-dom/src/utils/deepEqual.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return;
Severity: Major
Found in packages/react/src/hooks/useDismiss.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return true;
Severity: Major
Found in packages/react-dom/src/utils/deepEqual.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return false;
Severity: Major
Found in packages/react-dom/src/utils/deepEqual.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

  return offsetParent || getContainingBlock(element) || win;
Severity: Major
Found in packages/dom/src/platform/getOffsetParent.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

          return false;
Severity: Major
Found in packages/react-native/src/utils/deepEqual.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

        return;
Severity: Major
Found in packages/react/src/hooks/useDismiss.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return;
Severity: Major
Found in packages/react/src/hooks/useDismiss.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return {};
Severity: Major
Found in packages/core/src/middleware/autoPlacement.ts - About 30 mins to fix

Avoid too many return statements within this function.
Open

    return () => {
      observer.disconnect();
    };
Severity: Major
Found in packages/react/src/components/FloatingFocusManager.tsx - About 30 mins to fix

Avoid too many return statements within this function.
Open

      return firstCellIndex + (sizeItem.height - 1) * cols;
Severity: Major
Found in packages/react/src/utils/composite.ts - About 30 mins to fix

Function getNearestOverflowAncestor has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

export function getNearestOverflowAncestor(node: Node): HTMLElement {
  const parentNode = getParentNode(node);

  if (isLastTraversableNode(parentNode)) {
    return node.ownerDocument
Severity: Minor
Found in packages/utils/src/dom.ts - About 25 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function TooltipContent has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

  function TooltipContent(props, propRef) {
    const {context: floatingContext, ...context} =
      useTooltipContext();
    const ref = useMergeRefs([
      context.refs.setFloating,
Severity: Minor
Found in website/lib/components/Tooltip.js - About 25 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Severity
Category
Status
Source
Language