()
| 223 | } |
| 224 | |
| 225 | componentDidMount() { |
| 226 | this.refetchDataFromProps() |
| 227 | } |
| 228 | |
| 229 | componentDidUpdate(prevProps) { |
| 230 | if (dependsOnProps && !shallowEqual(omitChildren(this.props), omitChildren(prevProps))) { |
nothing calls this directly
no test coverage detected