Julien Iafrancesco
Julien Iafrancesco
Thanks for your response! I'm a bit late sorry. This is good stuff. I'm still in the process of implementing this across our whole project. It makes it so core...
Pretty late, but here you go: When using it in controlled mode, move your children to a component and use React.memo (or PureComponent). That way your setState will not cause...
Late but I was exploring this recently: The hook has no dependency array in it's useEffect so your `setState` is resetting the internal click count, resulting in only single clicks...
I yolo'ed: ```css .tab-bar .tab .title { display: flex; align-items: center; } div.foldername-tabs { top: 0; /* Adjust for theme */ width: 100%; text-align:left; /* Optional */ } div.foldername-tabs >...