MCPcopy Index your code
hub / github.com/reactstrap/reactstrap / isReactRefObj

Function isReactRefObj

src/utils.js:224–229  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

222);
223
224export function isReactRefObj(target) {
225 if (target && typeof target === 'object') {
226 return 'current' in target;
227 }
228 return false;
229}
230
231function getTag(value) {
232 if (value == null) {

Callers 1

findDOMElementsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…