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
extractComponentDescription does not exist for the HTML renderer, but it's trying to be used in the autodocs when no component description is provided. As a result, the docs do not get rendered when navigating to them. In v6, not having a description did not result in this exception.
Error
Uncaught TypeError: _e.extractComponentDescription is not a function
Workaround
Add parameters.docs.description.component to your story. Though, I wasn't able to set this value in .storybook/preview.js to have a default applied to all stories.
Describe the bug
Summary
extractComponentDescription
does not exist for the HTML renderer, but it's trying to be used in the autodocs when no component description is provided. As a result, the docs do not get rendered when navigating to them. In v6, not having a description did not result in this exception.Error
Workaround
Add
parameters.docs.description.component
to your story. Though, I wasn't able to set this value in.storybook/preview.js
to have a default applied to all stories.To Reproduce
No response
System
Additional context
No response
The text was updated successfully, but these errors were encountered: