You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(CommandPalette): preserve group order in search results
Fixes an issue where command palette groups were rendered in unpredictable
order instead of preserving the order defined in the groups prop.
- Replace Object.entries() with groups.value iteration to maintain original order
0 commit comments