-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[addon-info]: Story does not pass down props into root div #1312
Comments
@Stupidism can you give a little more context for what you're trying to do? Is it part of a repo? Thanks! |
I wanted to override some stylesheet of the Problem is now I need to wrap another div on the component, which would cause some problem for other decorators. |
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. We do try to do some housekeeping every once in a while so inactive issues will get closed after 90 days. Thanks! |
Hey there, it's me again! I am going to help our maintainers close this issue so they can focus on development efforts 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 tried to add some stylesheet for Story
return React.cloneElement(element, { className: 'root' });
is not working.The text was updated successfully, but these errors were encountered: