Hi! I'm trying to create this HOC-like function in a React Native + TS project.
Now, although the CompA goes all good, CompB just doesn't work.
It just says Type 'FunctionComponent<ICompBProps>' is not assigname to type 'FunctionComponent<IProps>'.
Any suggestion about how to fix this?
interface IProps {
//...