When the decorator in typescript uses inheritance mode to enhance react components, it is prompted that the constructor type needs to be set.

1. I want to develop a react component decorator that uses inheritance patterns, but will report the following error

   

that is, you want me to set the type of WrappedComponent to the constructor type? But I don"t want to set this to the constructor type, but to the ReactCompoent type. how to solve this problem?

Mar.15,2022
Menu