Merge branch 'master' of github.com:swagger-api/swagger-ui into v/3.2.2

This commit is contained in:
Kyle Shockey
2017-09-23 12:58:06 -07:00

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")