Hello!
Help me figure out this.props.children
I have undefined it in all the components of the tree. Played with examples from react-select - in some cases this property exists, in others it does not. As I understand it, children are created in the render method. If in component
render() { return <div/> } Should the div get into the children?
Thank.