trendmicro-frontend / react-sidenav

React SideNav component
https://trendmicro-frontend.github.io/react-sidenav/
MIT License
349 stars 105 forks source link

SideBar re-renders my displaying component when my mouse is over the bar #47

Open RazDynamic opened 4 years ago

RazDynamic commented 4 years ago

Hi, I'm trying to use your SideBar and I changed so when my mousepad will be over it, it will open the sidebar, and when it won't it will close the sidebar. There's one issue I can't solve, Everything my mouse is going over the sidebar the displaying component re-rendering, i.e. I've got in my project a filtered search, and when my mouse is going over the sidebar the filter is getting reset. Is there any way to solve this issue? Thanks.