HBM/md-components

View on GitHub
src/js/slider/index.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render () {
    const position = (this.state.value - this.props.min) * this.state.ratio

    return (
      <label className='mdc-Slider'>
Severity: Minor
Found in src/js/slider/index.js - About 1 hr to fix

    Parsing error: Unexpected token =
    Open

      getSteppedValue = (value) => {
    Severity: Minor
    Found in src/js/slider/index.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status