-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
[Bug]: react-docgen-typescript does not show props of components imported from node_modules #220
Labels
need reproduction
A minimal reproduction is needed to troubleshoot the issue.
Comments
Please provide a minimal reproduction to help us address the issue, we cannot assist with troubleshooting based on the information currently provided. |
fi3ework
added
the
need reproduction
A minimal reproduction is needed to troubleshoot the issue.
label
Jan 17, 2025
Hi @fi3ework , this is my
and this is using storybook-webpack-5 before
|
Would you please provide a minimal repository instead of some code snippets, it's hard to reproduce the issue only with some snippets. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
Details
When using webpack (@storybook/react-webpack5), it worked as expected, after change to rspack (storybook-react-rsbuild), the typescript props do not show anymore
Before:
After - using rspack:
Thank you so much.
Reproduce link
none
Reproduce Steps
execute "yarn storybook"
The text was updated successfully, but these errors were encountered: