MCPcopy Index your code
hub / github.com/react-bootstrap/react-bootstrap / getModalManager

Function getModalManager

src/Modal.tsx:295–298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

293 );
294
295 function getModalManager() {
296 if (propsManager) return propsManager;
297 return getSharedManager({ isRTL });
298 }
299
300 function updateDialogStyle(node) {
301 if (!canUseDOM) return;

Callers 2

updateDialogStyleFunction · 0.70
Modal.tsxFile · 0.70

Calls 1

getSharedManagerFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…