()
| 4721 | }; |
| 4722 | |
| 4723 | function Example117() { |
| 4724 | const ref = (e: any) => {}; |
| 4725 | |
| 4726 | <Button ref={ref} />; |
| 4727 | <Carousel ref={ref} next={null as any} previous={null as any} />; |
| 4728 | <CarouselItem ref={ref} />; |
| 4729 | <Collapse ref={ref} />; |
| 4730 | <Dropdown ref={ref} />; |
| 4731 | <DropdownItem ref={ref} />; |
| 4732 | <DropdownToggle ref={ref} />; |
| 4733 | <Form ref={ref} />; |
| 4734 | <Input ref={ref} />; |
| 4735 | <Modal ref={ref} />; |
| 4736 | <NavLink ref={ref} />; |
| 4737 | <TabContent ref={ref} />; |
| 4738 | <Tooltip ref={ref} target={null as any} />; |
| 4739 | <UncontrolledAlert ref={ref} />; |
| 4740 | <UncontrolledButtonDropdown ref={ref} />; |
| 4741 | <UncontrolledDropdown ref={ref} />; |
| 4742 | <UncontrolledTooltip ref={ref} target={null as any} />; |
| 4743 | <UncontrolledCollapse ref={ref} target={null as any} toggler="#foobar" />; |
| 4744 | } |
| 4745 | |
| 4746 | function Example118() { |
| 4747 | const ref: React.Ref<any> = React.createRef(); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…