()
| 120 | return instances.get(process.stdout)?.invalidatePrevFrame(); |
| 121 | } |
| 122 | export function useIsOverlayActive() { |
| 123 | return useAppState(_temp2); |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * Hook to check if any modal overlay is currently active. |
no test coverage detected