Soetji Anto

Results 6 comments of Soetji Anto

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.

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.