You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 an event object when it is supposed to be true. It works when I don't have toggle on the onClick. See on the codesandbox below.
Toggle handler has an error in the interface
To Reproduce it open sandbox
Steps to reproduce the behavior:
Reproducible Example
Minimal example by using CodeSandbox.
Expected behavior
Flag show should be boolean
Received
false or event
Environment
The text was updated successfully, but these errors were encountered: