()
| 4297 | } |
| 4298 | |
| 4299 | function Example105() { |
| 4300 | return ( |
| 4301 | <Dropdown className="main-nav-avatar" isOpen={true} aria-labelledby="menu"> |
| 4302 | <a |
| 4303 | href="javascript:void(0)" |
| 4304 | id="menu" |
| 4305 | data-toggle="dropdown" |
| 4306 | aria-haspopup="true" |
| 4307 | aria-expanded="false" |
| 4308 | > |
| 4309 | Toggle |
| 4310 | </a> |
| 4311 | |
| 4312 | <DropdownMenu right className="asdf"> |
| 4313 | <div className="d-block">Item</div> |
| 4314 | </DropdownMenu> |
| 4315 | </Dropdown> |
| 4316 | ); |
| 4317 | } |
| 4318 | |
| 4319 | function Example106() { |
| 4320 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…