streetmix/streetmix

View on GitHub
client/src/info_bubble/DebugHoverPolygon.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function DebugHoverPolygon has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function DebugHoverPolygon (): React.ReactElement | null {
  // When the window / viewport resizes, set the width and
  // height of the canvas element.
  const el = useRef<HTMLCanvasElement>(null)

Severity: Minor
Found in client/src/info_bubble/DebugHoverPolygon.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status