bokuweb/react-rnd

View on GitHub
stories/bounds/element-controlled.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Example has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Example: React.FC = () => {
  const [state, setState] = React.useState<State>({
    width: 200,
    height: 200,
    x: 0,
Severity: Minor
Found in stories/bounds/element-controlled.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status