We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System: OS: macOS 14.6.1 CPU: (10) arm64 Apple M1 Max Memory: 35.30 MB / 32.00 GB Shell: 5.9 - /bin/zsh Browsers: Chrome: 131.0.6778.140 Safari: 17.6 npmPackages: storybook-react-rsbuild: ^0.1.6 => 0.1.6
When running storybook, it never finishes building unless I use reactDocgen: false:
reactDocgen: false
With DEBUG=*, I just see a ton of babel stuff:
It appears to be related to the reactDocgen- when I set reactDocgen: false, storybook works fine.
N/A
I'm not sure how to best repro this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
System: OS: macOS 14.6.1 CPU: (10) arm64 Apple M1 Max Memory: 35.30 MB / 32.00 GB Shell: 5.9 - /bin/zsh Browsers: Chrome: 131.0.6778.140 Safari: 17.6 npmPackages: storybook-react-rsbuild: ^0.1.6 => 0.1.6
Details
When running storybook, it never finishes building unless I use
reactDocgen: false
:With DEBUG=*, I just see a ton of babel stuff:
Screen.Recording.2024-12-18.at.2.39.20.PM.mov
It appears to be related to the reactDocgen- when I set
reactDocgen: false
, storybook works fine.Reproduce link
N/A
Reproduce Steps
I'm not sure how to best repro this.
The text was updated successfully, but these errors were encountered: