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
It has something to do with the new way React 17 handles events.
As we are using document event listeners to catch clicks outside the dropdown and close it, things are broken now. I hope I can release a new version with this and other changes by the end of the week.
windmill-react-ui
version: 0.4.1I am trying to use this library with react 17.0.1 and Dropdown does not work. On click on the dropdown menu it close automatically.
I must to downgrade to react 16.14.0 and it work ok.
The text was updated successfully, but these errors were encountered: