Does not generate propTypes for forwardRef.
mercurial20 opened this issue · 0 comments
mercurial20 commented
I react component library with configuration:
storybook, rollup, typescript, react.
components use React.forwardRef
I tried to generate propTypes for components but it did nothing. It builded without error, but component.propTypes is not generated.
I tried with React.FC instead of React.forwardRef and it works normally.