PropTypes as function call (#3731)
This commit is contained in:
@@ -35,7 +35,7 @@ export default class InputInline extends Component {
|
||||
value: PropTypes.oneOfType([
|
||||
PropTypes.number, PropTypes.string
|
||||
]),
|
||||
static: nodeOrStringProptype
|
||||
static: nodeOrStringProptype()
|
||||
}
|
||||
|
||||
state = {
|
||||
|
||||
Reference in New Issue
Block a user