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."
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.