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

Function destroy

src/Offcanvas.js:334–341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

332 }
333
334 destroy() {
335 if (this._element) {
336 this._mountContainer.removeChild(this._element);
337 this._element = null;
338 }
339
340 this.manageFocusAfterClose();
341 }
342
343 manageFocusAfterClose() {
344 if (this._triggeringElement) {

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…