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

Function getNode

src/Collapse.js:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 }
105
106 getNode() {
107 return this.nodeRef.current;
108 }
109
110 getDimension(node) {
111 return this.props.horizontal ? node.scrollWidth : node.scrollHeight;

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…