Solutionunvalidated
Defer the focus call until after the menu finishes mounting (e.g., wrap `commandRef.current.focus()` in a small `setTimeout`/microtask). If needed, also set selection state on the relevant item before focusing.
94f76361-3cc6-4ddd-8a4f-893aa4b17312
Defer the focus call until after the menu finishes mounting (e.g., wrap commandRef.current.focus() in a small setTimeout/microtask). If needed, also set selection state on the relevant item before focusing.