Describe the bug
Proptypes tabel does not appear in the Docs panel if a component is exported wrapped in a memo function.
For example
export default React.memo(Button)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The prop table does appears when component exported wrapped in React.mem()
Related: #7933
In my case (component wrapped with React.memo) props documentation is not displayed automatically. I used this workaround https://github.com/storybookjs/storybook/issues/8435#issuecomment-547075209 (exporting wrapped component) and now props are displayed fine.
@shilman
This should be fixed by https://github.com/storybookjs/storybook/pull/8665
Similar problem with forwardRef. The code and the "docs" tab:
Without forwardRef:


With forwardRef:


Version:

presets.js

Unsatisfying workaround is to also export your pure component and use that for documentation purposes 馃槶
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook!
This issue seems to be still unfixed but the stale bot closed it. Any updates?
Dupe to #9586
Most helpful comment
Unsatisfying workaround is to also export your pure component and use that for documentation purposes 馃槶