Soetji Anto
Soetji Anto
Can someone update the docs?
I have this issue too with react-overlays version 5.1.1. It happens when I use the `toggle` from `useDropdownToggle` in the `onClick` for my `button` element. The `show` from `useDropdownToggle` becomes...
Is this bug going to be fixed? I know there is a workaround.
Any plan for fixing this?
The issue, as stated above, is that `provided.placeholder` has no key. So the following works for me. I created a function component: `const Placeholder = ({children}) => children;` instead of...
Sure! I'll find time to work on it.