Skip to content

Commit fd00a04

Browse files
committed
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.
1 parent 1de6010 commit fd00a04

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/core/components/parameter-row.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ export default class ParameterRow extends Component {
2626
}
2727
}
2828

29-
shouldComponentUpdate(nextProps) {
30-
return nextProps.param !== this.props.param
31-
}
32-
3329
componentWillReceiveProps(props) {
3430
let { specSelectors, pathMethod, param } = props
3531
let example = param.get("example")

0 commit comments

Comments
 (0)