DEV Community

Discussion on: How to test High Order Components in React

Collapse
 
kepta profile image
Kushan Joshi • Edited

Imho they aren't necessary and also do not make sense, since any reader like me would mistakingly read that this component expects props render, componentWillMount, which conflicts with React API.

Thread Thread
 
papaponmx profile image
Jaime Rios • Edited

You are right, I've just edited the post and my source code.

Thanks for the feedback.