import { memo } from "react"; import equal from "fast-deep-equal"; type Props = { list: React.ReactNode[]; }; function RawControlMenu({ list }: Props) { return (