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