-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Improvements to Info Docgen parsing #3772
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should update the yarn.lock file.
Codecov Report
@@ Coverage Diff @@
## master #3772 +/- ##
======================================
Coverage 41% 41%
======================================
Files 453 453
Lines 5097 5097
Branches 858 858
======================================
Hits 2090 2090
Misses 2491 2491
Partials 516 516 Continue to review full report at Codecov.
|
@ndelangen 3.4 is still on docgen plugin v1, so we probably shouldn't apply this patch there |
Issue:
storybookjs/babel-plugin-react-docgen#51
storybookjs/babel-plugin-react-docgen#54
What I did
Bring in changes to
babel-plugin-react-docgen
so Info addon is more complete and accurateHow to test
Is this testable with Jest or Chromatic screenshots?
Does this need a new example in the kitchen sink apps?
Does this need an update to the documentation?
If your answer is yes to any of these, please make sure to include it in your PR.
For maintainers only: Please tag your pull request with at least one of the following:
["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]