af83/chouette-core

View on GitHub
app/packs/src/helpers/select2/select2.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createSelect2 has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function createSelect2(WrappedComponent) {
  class Select2 extends Component {
    constructor(props) {
      super(props)
      this.handleChange = this.handleChange.bind(this)
Severity: Minor
Found in app/packs/src/helpers/select2/select2.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status