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

Method handleMenuRef

src/Dropdown.js:83–85  ·  view source on GitHub ↗
(menuRef)

Source from the content-addressed store, hash-verified

81 }
82
83 handleMenuRef(menuRef) {
84 this.menuRef.current = menuRef;
85 }
86
87 handleToggleRef(toggleRef) {
88 this.toggleRef.current = toggleRef;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected