Remove shouldComponentUpdate from parameter-row component. It will be put back in eventually as part of the performance optimizations once the parameter components are converted to the smart/dumb approach.

This commit is contained in:
Owen Conti
2017-09-23 13:10:09 -06:00
parent 1de6010629
commit fd00a0489a

View File

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