MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / PopoverTestInnerRef

Function PopoverTestInnerRef

types/reactstrap-tests.tsx:5298–5306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5296}
5297
5298const PopoverTestInnerRef = () => {
5299 const target = React.createRef<HTMLButtonElement>();
5300 const container = React.createRef<HTMLDivElement>();
5301 return (
5302 <Popover target={target} container={container}>
5303 Yo!
5304 </Popover>
5305 );
5306};
5307
5308const UncontrolledTooltipTestInnerRef = () => {
5309 const target = React.createRef<HTMLButtonElement>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…