Production context menu component. Resolves LocalizeKey values in menu items via
useLocalizedStrings, manages overlay lifecycle (removing from store and resolving the promise),
and delegates rendering to OverlayContextMenuPresentational.
This is the component rendered by OverlayHost. Do not use it directly in tests or Storybook —
use OverlayContextMenuPresentational instead, which accepts plain props without requiring
an OverlayEntry.
Production context menu component. Resolves LocalizeKey values in menu items via
useLocalizedStrings, manages overlay lifecycle (removing from store and resolving the promise), and delegates rendering to OverlayContextMenuPresentational.This is the component rendered by
OverlayHost. Do not use it directly in tests or Storybook — use OverlayContextMenuPresentational instead, which accepts plain props without requiring anOverlayEntry.