()
| 20 | }, |
| 21 | |
| 22 | getDefaultProps() { |
| 23 | return { |
| 24 | confirmText: 'confirm', |
| 25 | cancelText: 'cancel', |
| 26 | closeIcon: <span>x</span>, |
| 27 | }; |
| 28 | }, |
| 29 | |
| 30 | open(){ |
| 31 | this.setState({ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…