I'm trying to add the collapsed function to my Antd Slider.
But since I add collapsible, I'm having an error when I hover the menu item.
<Sider collapsible collapsed={sliderCollapsed} onCollapse={(value) => setSliderCollapsedWithCookie(value)}>{getMenu()}</Sider>;
Do you know where that can come from?
Thanks for the help!