greena13/react-hotkeys

View on GitHub
examples/src/Node.js

Summary

Maintainability
A
0 mins
Test Coverage

Function render has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  render() {
    const handlers = {
      MOVE_UP: this.move.bind(this, 0, -1),
      MOVE_DOWN: this.move.bind(this, 0, 1),
      MOVE_LEFT: this.move.bind(this, -1, 0),
Severity: Minor
Found in examples/src/Node.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status