I just successfully upgraded to storybook 7 prerelease, but the autodocs are not appearing in my storybook for any component. I am on 7.0.0-rc.6 and have this in my main.js
docs: {
enabled: true,
autodocs: true
},
framework: {
name: '@storybook/react-webpack5',
options: {},
},
I also tried adding tags: ['autodocs'] to a story and nothing appeared then either.
I also tried adding @storybook/addon-docs (to my addons array, and a Docs tab did appear then but it rendered with this error
at http://localhost:6006/vendors-node_modules_storybook_addon-docs_dist_DocsRenderer-7FRJXR4N_mjs.iframe.bundle.js:7282:24745
at handleInterpolation (http://localhost:6006/vendors-node_modules_storybook_addon-docs_dist_DocsRenderer-7FRJXR4N_mjs.iframe.bundle.js:7556:3227)
at serializeStyles (http://localhost:6006/vendors-node_modules_storybook_addon-docs_dist_DocsRenderer-7FRJXR4N_mjs.iframe.bundle.js:7561:1835)```