()
| 163 | } |
| 164 | static displayName = 'RedBox' |
| 165 | componentDidMount () { |
| 166 | this.el = document.createElement('div') |
| 167 | document.body.appendChild(this.el) |
| 168 | this.renderRedBoxError() |
| 169 | } |
| 170 | componentDidUpdate () { |
| 171 | this.renderRedBoxError() |
| 172 | } |
nothing calls this directly
no test coverage detected