webcom-components/visio-sample

View on GitHub
src/js/components/Chat.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    render() {
        const { fields : { message } } = this.props;
        const unknownProps = [
            'initialValue', 'autofill', 'onUpdate', 'valid', 'invalid',
            'dirty', 'pristine', 'active', 'touched', 'visited', 'autofilled'
Severity: Minor
Found in src/js/components/Chat.js - About 1 hr to fix

    Do not use findDOMNode
    Open

            const node = ReactDom.findDOMNode(this.refs.messages).parentNode;
    Severity: Minor
    Found in src/js/components/Chat.js by eslint

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

    There are no issues that match your filters.

    Category
    Status