wuct/react-dom-utils

View on GitHub
src/withSize.js

Summary

Maintainability
A
1 hr
Test Coverage

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

const withSize = throttle => BaseComponent => {
  class WithSize extends React.Component {
    state = {};

    /*
Severity: Minor
Found in src/withSize.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status