(prevProps)
| 97 | } |
| 98 | |
| 99 | componentDidUpdate(prevProps) { |
| 100 | componentDidUpdate(this, this.context[MAP], eventMap, updaterMap, prevProps) |
| 101 | } |
| 102 | |
| 103 | componentWillUnmount() { |
| 104 | componentWillUnmount(this) |
nothing calls this directly
no test coverage detected