(s, o)
| 69995 | const UP = Function.prototype |
| 69996 | class RequestBodyEditor extends Re.PureComponent { |
| 69997 | static defaultProps = { onChange: UP, userHasEditedBody: !1 } |
| 69998 | constructor(s, o) { |
| 69999 | ;(super(s, o), |
| 70000 | (this.state = { value: stringify(s.value) || s.defaultValue }), |
| 70001 | s.onChange(s.value)) |
| 70002 | } |
| 70003 | applyDefaultValue = (s) => { |
| 70004 | const { onChange: o, defaultValue: i } = s || this.props |
nothing calls this directly
no test coverage detected