(nextProps)
| 91 | }, |
| 92 | |
| 93 | componentWillReceiveProps(nextProps) { |
| 94 | if (mapPropsToFields) { |
| 95 | this.fieldsStore.updateFields(mapPropsToFields(nextProps)); |
| 96 | } |
| 97 | }, |
| 98 | |
| 99 | componentDidUpdate() { |
| 100 | this.cleanUpUselessFields(); |
nothing calls this directly
no test coverage detected