()
| 4255 | } |
| 4256 | |
| 4257 | function Example() { |
| 4258 | return ( |
| 4259 | <div> |
| 4260 | <p> |
| 4261 | Somewhere in here is a{' '} |
| 4262 | <a href="#" id="UncontrolledTooltipExample"> |
| 4263 | tooltip |
| 4264 | </a> |
| 4265 | . |
| 4266 | </p> |
| 4267 | <UncontrolledTooltip |
| 4268 | placement="end" |
| 4269 | target="UncontrolledTooltipExample" |
| 4270 | popperClassName="popperClassName" |
| 4271 | > |
| 4272 | Hello world! |
| 4273 | </UncontrolledTooltip> |
| 4274 | </div> |
| 4275 | ); |
| 4276 | } |
| 4277 | |
| 4278 | function Example104() { |
| 4279 | const props = { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…