You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
document.removeEventListener('click',handleClick,true);//cleanup for memory purposes. ensures handleclick isn't called after the component is no longer rendered
315
+
};
316
+
},[dropdownRef]);
317
+
318
+
returndropdownRef
319
+
320
+
}
321
+
322
+
constref=useOutsideClick(handleClose);
313
323
314
324
return(
315
-
<divref={dropdownRef}className={showMenu}>
325
+
// <div ref={dropdownRef} className={showMenu}> dropdownRef making the menu fly off and anchorel messingup
0 commit comments