-
-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The 'popupVisible' not work #307
Comments
Maybe the real reason is |
+1 the click event is not propagated to the child components if the trigger action is set to click: CodeSandbox-Example |
I add prop In this lib, the prop named |
+1 I come across same bug after upgrade react from 16 to 18 , the rc-trigger can't close popup after the popupVisible is false. @zombieJ
|
I use 'popupVisible' and 'onPopupVisibleChange' with React.useState,but popup won't close once opened
The text was updated successfully, but these errors were encountered: