-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Modals with dimmer: false
throw an exception in 0.78.3
#2604
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
Unable to reproduce, see codesandbox. Please add a repro case and I'll reopen issue. |
@layershifter apologies, i just tried creating a repro in the sandbox using the exact |
Hey I've bumped into the same issue and I've managed to track down the issue to following:
I found that it breaks on Trying to dig deeper and understand why So far I've checked that both projects uses the same |
I've found the issue on my side - @beaugunderson I would advice to check if you used |
@bytasv ah, thank you! we do use |
Steps
Expected Result
No exception will be thrown when the modal is shown.
Actual Result
An exception is thrown, likely due to the changes made in #2407 (the exception happens after upgrading to 0.78.3):
Version
0.78.3
Testcase
(will add a pen later today when I get time)
(cc @mbestwick)
The text was updated successfully, but these errors were encountered: