()
| 133 | }; |
| 134 | |
| 135 | render() { |
| 136 | return ( |
| 137 | <Alert color="info" isOpen={this.state.visible} toggle={this.onDismiss}> |
| 138 | I am an alert and I can be dismissed! |
| 139 | </Alert> |
| 140 | ); |
| 141 | } |
| 142 | } |
| 143 | |
| 144 | function AlertExample1() { |
nothing calls this directly
no outgoing calls
no test coverage detected