Merge branch 'master' into ft/validation

This commit is contained in:
kyle
2017-09-24 18:09:19 -07:00
committed by GitHub
8 changed files with 19 additions and 23 deletions

View File

@@ -26,10 +26,6 @@ export default class ParameterRow extends Component {
}
}
shouldComponentUpdate(nextProps) {
return nextProps.param !== this.props.param
}
componentWillReceiveProps(props) {
let { specSelectors, pathMethod, param } = props
let example = param.get("example")