Austin

Results 4 comments of Austin

I am also having this error. I am using... ```json { "@storybook/react": "^6.4.9", "@react-theming/storybook-addon": "^1.1.3" } ``` I am using it with MUIv5 and I am defining my ``preview.js`` as...

> Another one facing the same issue, any progress on this? > > @austinmccalley and @clayrisser did you find a solution? No solution yet ☹️

By opening a private repository that hosts all of the secrets, it opens up a new attack vector. Often people will sign up for random services and use the GitHub...

I was able to fix this issue with the line ```js export const parameters = { docs: { source: { type: 'code' } } }; ``` I followed this comment...