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
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
The Storybook is not showing the stories written on .mdx files and the ability to change props with knobs is not visible. I'm not sure with what changes this started to happen.
Reproduction
Just run npm run storybook
Go to the open browser windows obverse there is not showing the index page
Search for the VLicense story for example and see it's not found neither
Expectation
We want to show these stories too, using this format is especially important because it enables us to add documentation about the components.
Description
The Storybook is not showing the stories written on
.mdxfiles and the ability to change props with knobs is not visible. I'm not sure with what changes this started to happen.Reproduction
npm run storybookVLicensestory for example and see it's not found neitherExpectation
We want to show these stories too, using this format is especially important because it enables us to add documentation about the components.
Screenshots
Additional context
Resolution