(prevProps)
| 58 | } |
| 59 | |
| 60 | componentDidUpdate(prevProps) { |
| 61 | componentDidUpdate( |
| 62 | this, |
| 63 | this.state[RECTANGLE], |
| 64 | eventMap, |
| 65 | updaterMap, |
| 66 | prevProps |
| 67 | ) |
| 68 | } |
| 69 | |
| 70 | componentWillUnmount() { |
| 71 | componentWillUnmount(this) |
nothing calls this directly
no test coverage detected