"use client"; import { memo } from "react"; import type { PopoverProps } from "./Popover.types"; export const PopoverView = memo(function PopoverView({ id, menuAriaLabel, children, className = "", }: PopoverProps) { return (