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
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook!
I'm using React Portals to render modals into a node I specified in my index.html, called 'portal-root'.
This of course fails inside Storybook because there is no such element.
I tried to create this element and set its ID in loadStories(), through decorator or inside my modal constructor. None of these methods worked.
How can I achieve this? Thanks!
The text was updated successfully, but these errors were encountered: