()
| 18 | }, |
| 19 | |
| 20 | getDefaultProps() { |
| 21 | return { |
| 22 | delay: 5000, |
| 23 | className: '', |
| 24 | position: 'top', |
| 25 | closeNode: <i>x</i>, |
| 26 | }; |
| 27 | }, |
| 28 | |
| 29 | |
| 30 | handleDisplay(){ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…