facebook / prop-types

Runtime type checking for React props and similar objects
MIT License
4.48k stars 356 forks source link

Getting warnings for passing a component to another component as #302

Closed scottc11 closed 4 years ago

scottc11 commented 4 years ago
Failed prop type: Invalid prop `children` of type `object` supplied to `WrapperComponent`, expected `function`
ljharb commented 4 years ago

Duplicate of #303.