()
| 11641 | return initialState; |
| 11642 | } |
| 11643 | componentDidUpdate() { |
| 11644 | if (!(0, _sanddanceReact.util).deepCompare(this.props.initializer, this.state.initializer)) this.setState(this.getInitialState(this.props)); |
| 11645 | } |
| 11646 | // Converts to dataExport type and calls dataExportHandler to deal with data |
| 11647 | createExport(exportType, displayName) { |
| 11648 | const final = (data)=>{ |
nothing calls this directly
no test coverage detected