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

Function getRef

src/TooltipPopoverWrapper.js:182–192  ·  view source on GitHub ↗
(ref)

Source from the content-addressed store, hash-verified

180 }
181
182 getRef(ref) {
183 const { innerRef } = this.props;
184 if (innerRef) {
185 if (typeof innerRef === 'function') {
186 innerRef(ref);
187 } else if (typeof innerRef === 'object') {
188 innerRef.current = ref;
189 }
190 }
191 this._popover = ref;
192 }
193
194 getDelay(key) {
195 const { delay } = this.props;

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…