()
| 12591 | return initialState; |
| 12592 | } |
| 12593 | componentDidUpdate() { |
| 12594 | if (!(0, _sanddanceReact.util).deepCompare(this.props.initializer, this.state.initializer)) this.setState(this.getInitialState(this.props)); |
| 12595 | } |
| 12596 | validateAndSearch() { |
| 12597 | const groups = [ |
| 12598 | ...this.state.groups |
no test coverage detected