-
-
Notifications
You must be signed in to change notification settings - Fork 9.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
[Bug]: Impossible to display a modal. #24189
Comments
I can help to solve this issue. Since, I am very much familiar with this issue. |
i have this problem too,when fix it ? |
Hi @LamsaLL My guess is that the Modal is displayed, but since Story iframes don't leak any content, you have to increase the visibility area to display it. I think this issue is connected to the following discussions and issues.
A feature request exists to implement a granular control of the zoom feature: Please take a look at the DOM, whether the modal actually is displayed or not. |
@LamsaLL I would like to contribute. But the above bug its difficult to trace . can some more specify exactly the bug and show the code in the storybook , where;s its actual rendering . |
Hi @LamsaLL @Rainnut @shilman , Please confirm , is it really a bug that is coming from storybook code configuration. As, I suppose, this is not a typical bug as some configuration of storybook that I have initiated in my react code , is working fine |
@valentinpalkovic , can you little elaborate, how these other issues are connected to this modal issue. |
Hi @LamsaLL With your provided code, I have tried to reproduce and fix the issue. |
@LamsaLL |
Describe the bug
I have a ModalButton component (in React). My component work well on my app but in my story, when i click on the button it does not display the modal.
To Reproduce
Here the code of my component :
The code of the story :
System
Additional context
No response
The text was updated successfully, but these errors were encountered: