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

Function handleEnter

src/Modal.tsx:396–402  ·  view source on GitHub ↗
(node, isAppearing)

Source from the content-addressed store, hash-verified

394 };
395
396 const handleEnter = (node, isAppearing) => {
397 if (node) {
398 updateDialogStyle(node);
399 }
400
401 onEnter?.(node, isAppearing);
402 };
403
404 const handleExit = (node) => {
405 removeStaticModalAnimationRef.current?.();

Callers

nothing calls this directly

Calls 1

updateDialogStyleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…