- Issue created by @erier
With tags: ['autodocs'], I noticed that the "Show code" also doesn't really load anything, I might be missing something
- πΊπΈUnited States erier
May have figured this out.
Solution:
In main.js inside the .storybook directory, make sure docs object is as follows:
'docs': { 'autodocs': true, },
Our team previously had audodocs: 'tag'
@erier even though that does work with Autodocs but the "Show code" part still does nothing. Am I missing something? does that work for you?