Open jamiek-acl opened 1 year ago
Thanks for reporting! Have you tried upgrading to 7.0? We're heads down on getting that shipped and if your problem shows up there it's much more likely to get looked at/addressed. 🙏
Migration guide: https://storybook.js.org/migration-guides/7.0
Duplicate of #17527
Describe the bug
Getting this error in the console when try and look at generated docs:
To Reproduce
Storybook will open. Click any component's "Docs" tab and watch the console, e.g. look at the "Avatar" component under the "Display" section, expand "Avatar" and click "Docs". Look at the console.
System
Additional context
You can find the "Avatar" story under
packages/Avatar/stories/Avatar.stories.mdx
. In this file I tried both of these with no luck:In
.storybook/main.js
I tried both of these with no luck:Thank you.