wuct/react-dom-utils

View on GitHub
src/withMousePosition.js

Summary

Maintainability
A
1 hr
Test Coverage

Function withMousePosition has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const withMousePosition = throttle => BaseComponent => {
  class WithMousePosition extends React.Component {
    state = defaultState;

    componentDidMount = () => {
Severity: Minor
Found in src/withMousePosition.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status