in packages/rc-components/rc-console-menu/src/utils.tsx [33:35]
export function dedup<T>(arr: T[]) { return Array.from(new Set(arr)) }