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

Function getRef

src/PopperContent.js:98–100  ·  view source on GitHub ↗
(ref)

Source from the content-addressed store, hash-verified

96 }
97
98 getRef(ref) {
99 this._element = ref;
100 }
101
102 setTargetNode(node) {
103 this.targetNode = typeof node === 'string' ? getTarget(node) : node;

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…