Skip to content

Conversation

@whitestranger7
Copy link
Contributor

@whitestranger7 whitestranger7 commented Mar 25, 2021

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

Related to #1379

@github-actions
Copy link

Try running it with Kitten Tricks

.

Copy link
Member

@malashkevich malashkevich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs tests

};

private renderComponentChildren = (source: ChildrenProp, props: any): ChildElement[] => {
return React.Children.map(source, child => this.renderChildElement(child, props));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we have to apply props to each child.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants