(props)
| 11626 | function _DataExportPicker(props1) { |
| 11627 | class __DataExportPicker extends (0, _base.base).react.Component { |
| 11628 | constructor(props){ |
| 11629 | super(props); |
| 11630 | this.state = this.getInitialState(this.props); |
| 11631 | } |
| 11632 | getInitialState(props) { |
| 11633 | const initialState = { |
| 11634 | initializer: props.initializer, |
nothing calls this directly
no test coverage detected