()
| 62752 | constructor(s, o) { |
| 62753 | ;(super(s, o), (this.state = { isEditBox: !1, value: '' })) |
| 62754 | } |
| 62755 | componentDidMount() { |
| 62756 | this.updateValues.call(this, this.props) |
| 62757 | } |
| 62758 | UNSAFE_componentWillReceiveProps(s) { |
| 62759 | this.updateValues.call(this, s) |