react-frame-component
react-frame-component copied to clipboard
Use `PropTypes.node` for `children` prop type
I think that the node
prop type is a better choice for the children
prop type here, since it includes anything that is renderable.