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
Describe the bug
When I define a prop description which is wrapped in a formatting component, this warning is logged in the console.
react-dom.development.jss:88 Warning: Invalid DOM property `class`. Did you mean `className`?
in div
in Unknown (created by ArgRow)
in div (created by Context.Consumer)
in Styled(div) (created by ArgRow)
in td (created by ArgRow)
in tr (created by ArgRow)
in ArgRow (created by ArgsTable)
in tbody (created by ArgsTable)
in table (created by Context.Consumer)
in Styled(table) (created by ArgsTable)
in div (created by Context.Consumer)
in Styled(div) (created by ArgsTable)
in ArgsTable (created by TabbedArgsTable)
in TabbedArgsTable (created by StoryTable)
in StoryTable (created by ArgsTable)
in ArgsTable (created by DocsPage)
in DocsPage
in div (created by Context.Consumer)
in Styled(div) (created by DocsContainer)
in div (created by Context.Consumer)
in Styled(div) (created by DocsContainer)
in MDXProvider (created by DocsContainer)
in ThemeProvider (created by DocsContainer)
in SourceContainer (created by DocsContainer)
in DocsContainer
In my code there is no "class" defined as class, I only used "className".
We’re cleaning house! Storybook has changed a lot since this issue was created and we don’t know if it’s still valid. Please open a new issue referencing this one if:
Describe the bug
When I define a prop description which is wrapped in a formatting component, this warning is logged in the console.
In my code there is no "class" defined as class, I only used "className".
To Reproduce
I can't create a repro, see #18318.
I have a prop description wrapped in a simple formatting component.
When I not use StoryDescription, the warning does not come. But I want that formatting of StoryDescription.
The
StoryDescription
component is simple:How to silence that warning?
System
The text was updated successfully, but these errors were encountered: