(node, isAppearing)
| 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?.(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…