skip to Main Content

Reactjs – Storybook for react cant see my components

When I run my storybook sometimes my components are missing. So I have "... New folderworkingtestwithpawelsrccomponentsAi4Process_mylib_test2demo.stories.tsx" But storybook won't see the file Here is my .storybook/main.js which defines where to look for stories. /** @type { import('@storybook/react-webpack5').StorybookConfig } */ const…

VIEW QUESTION
Back To Top
Search