(s, o)
| 58551 | constructor(...s) { |
| 58552 | ;(super(...s), (this.state = { hasError: !1, error: null })) |
| 58553 | } |
| 58554 | componentDidCatch(s, o) { |
| 58555 | this.props.fn.componentDidCatch(s, o) |
| 58556 | } |
| 58557 | render() { |
| 58558 | const { getComponent: s, targetName: o, children: i } = this.props |