johnnymakhoul

Results 2 comments of johnnymakhoul

Changing the menu key solved it for me without having to change library code. P.S.: This is a temporary workaround. ``` const [menuKey, setMenuKey] = useState(0); { setVisible(false); setMenuKey(k =>...

> > Changing the menu key solved it for me without having to change library code. > > P.S.: This is a temporary workaround. > > ``` > > const...