MCPcopy
hub / github.com/react-bootstrap/react-bootstrap / add

Method add

test/ModalSpec.tsx:478–480  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

476 class MyModalManager extends ModalManager {
477 // @ts-expect-error Test function
478 add() {
479 addSpy();
480 }
481 }
482
483 const managerRef: React.MutableRefObject<ModalManager | null> =

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected