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
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a5f5-345d6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a5f5-345d6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?