MDX support?
Closed this issue · 1 comments
aharris commented
Is it possible to use this with MDX?
Based on the docs I am not sure how to go about this.
"Usage within the story matter: This addon determines what components to display props for by finding all components used in the JSX returned by the story. So if you want prop-types to be displayed for a component, you must return that component in the story function."
Thanks for any feedback.
aharris commented
I figured it out :).
I was not following the guide to "use default export + named export"
Thanks for this!