()
| 5322 | }; |
| 5323 | |
| 5324 | const ScheduleUpdate = () => { |
| 5325 | return ( |
| 5326 | <> |
| 5327 | <UncontrolledPopover |
| 5328 | trigger="click" |
| 5329 | placement="top" |
| 5330 | target="ScheduleUpdateButton" |
| 5331 | > |
| 5332 | {({ scheduleUpdate }) => <div>test</div>} |
| 5333 | </UncontrolledPopover> |
| 5334 | <UncontrolledTooltip |
| 5335 | placement="top" |
| 5336 | target="ScheduleUpdateTooltip" |
| 5337 | trigger="click" |
| 5338 | > |
| 5339 | {({ scheduleUpdate }) => <div>test</div>} |
| 5340 | </UncontrolledTooltip> |
| 5341 | </> |
| 5342 | ); |
| 5343 | }; |
| 5344 | |
| 5345 | const noop = () => {}; |
| 5346 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…