src/components/PrimitiveMenu/menuContent.js
Function MenuContent
has 61 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function MenuContent(props) {
const { children, isLoading, ariaLabel, onRequestClose } = props;
const childrenRefs = useRef([]);
const containerRef = useRef();
const [childCount, setChildCount] = useState(0);