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
In case of custom folder structure the plugin fails to load the stories with error: "version" is a required argument
I have a following folder structure:
./src
|---./storybook
|---./app
|------./components
|---------./buttons
|------------./button.stories.tsx
....
Steps to reproduce the behavior
Storybook 6.1.21, CRA 4.0.3 with craco overriding common folder structure
put all source code under ./app folder
run npm run storybook
See error
Expected behavior
Plugin should deal with more complex folder structure
Environment
OS: OS X 12.0.1
Node.js version: 16.13.1
NPM version: 8.1.2
Browser (if applicable): chrome
Browser version (if applicable): 97.0
Device (if applicable): Macbook
Additional context
Storybook 6.1.21, CRA 4.0.3 with craco
Preset version 3.2.0
Removing '@storybook/preset-create-react-app' from ./storybook/main.js solves the issue
The text was updated successfully, but these errors were encountered:
Describe the bug
In case of custom folder structure the plugin fails to load the stories with error:
"version" is a required argument
I have a following folder structure:
./src
|---./storybook
|---./app
|------./components
|---------./buttons
|------------./button.stories.tsx
....
Steps to reproduce the behavior
npm run storybook
Expected behavior
Plugin should deal with more complex folder structure
Environment
Additional context
Storybook 6.1.21, CRA 4.0.3 with craco
Preset version 3.2.0
Removing '@storybook/preset-create-react-app' from
./storybook/main.js
solves the issueThe text was updated successfully, but these errors were encountered: