-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
Demo menu with fade transition doesn't remove the transparent backdrop #11718
Comments
Experiencing this bug myself It happens when only transition component is supplied ( I've found workaround, which is basically declaring additional explicit transition timeout ( So my final element looks like this: <Popover
...
TransitionComponent={Fade}
TransitionProps={{timeout: 400}}
> Here's the stack trace of the error before the workaround:
|
It a regression introduced by #11657. |
@arteniioleg @DominikSerafin Thanks for raising. |
The text was updated successfully, but these errors were encountered: