()
| 12 | }, |
| 13 | |
| 14 | getDefaultProps() { |
| 15 | return { |
| 16 | content: null, |
| 17 | delay: 5000, |
| 18 | closeIcon: <i>x</i>, |
| 19 | onClose(){return}, |
| 20 | } |
| 21 | }, |
| 22 | |
| 23 | componentDidMount() { |
| 24 | const {delay, onClose} = this.props |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…