()
| 142 | } |
| 143 | |
| 144 | function AlertExample1() { |
| 145 | return ( |
| 146 | <UncontrolledAlert color="info"> |
| 147 | I am an alert and I can be dismissed! |
| 148 | </UncontrolledAlert> |
| 149 | ); |
| 150 | } |
| 151 | |
| 152 | // --------------- Badge |
| 153 | class Example2 extends React.Component { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…