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
High version babel and low version ast-types cause this problem
react-docgen update ast-types to ^0.14.2 to resolve this problem
but react-styleguidist still use ast-types ~0.13.2
Expected behavior
don't show warning, and show Props and Methods
The text was updated successfully, but these errors were encountered:
Hi @sapegin I would like to contribute to this one too, seems kind of ez or what you think? If no, could you please explain to me a little more about the project, thanks...
@sapegin I had created a PR to bump the ast-types package, we are also in need to get this issue fix on one of our projects. Can you please take a look and let me know if any other way I can help to get it merged?
PR: #1823
Current behavior
print warning message "did not recognize object of type "ChainExpression"" and can't show props & methods module in the demo page.
To reproduce
reactjs/react-docgen#463
High version babel and low version ast-types cause this problem
react-docgen update ast-types to ^0.14.2 to resolve this problem
but react-styleguidist still use ast-types ~0.13.2
Expected behavior
don't show warning, and show Props and Methods
The text was updated successfully, but these errors were encountered: