We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1de6010 + fd00a04 commit 9e418adCopy full SHA for 9e418ad
src/core/components/parameter-row.jsx
@@ -26,10 +26,6 @@ export default class ParameterRow extends Component {
26
}
27
28
29
- shouldComponentUpdate(nextProps) {
30
- return nextProps.param !== this.props.param
31
- }
32
-
33
componentWillReceiveProps(props) {
34
let { specSelectors, pathMethod, param } = props
35
let example = param.get("example")
0 commit comments