octoblu/zooid-form-field

View on GitHub
src/FormField/index.js

Summary

Maintainability
A
0 mins
Test Coverage

propType "className" is not required, but has no corresponding defaultProp declaration.
Open

  className: PropTypes.string,
Severity: Minor
Found in src/FormField/index.js by eslint

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

propType "children" is not required, but has no corresponding defaultProp declaration.
Open

  children: PropTypes.node,
Severity: Minor
Found in src/FormField/index.js by eslint

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

JSX not allowed in files with extension '.js'
Open

  return <div className={classes}>{children}</div>
Severity: Minor
Found in src/FormField/index.js by eslint

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

There are no issues that match your filters.

Category
Status