Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix FluxComponent with multiple children #39

Merged
merged 1 commit into from
Feb 22, 2015

Conversation

K4orta
Copy link
Contributor

@K4orta K4orta commented Feb 22, 2015

A FluxComponent with multiple children will render a span with the text:
"React.Children.map(children, this.wrapChild)"

This change just wraps that function so it will be interpolated instead of output as a string.

A FluxComponent with multiple children will render a span with
the text: "React.Children.map(children, this.wrapChild)"

This change just wraps that function so it will be interpolated
instead of output as a string.
@acdlite
Copy link
Owner

acdlite commented Feb 22, 2015

Hahaha, oops. Thanks! In the future, please make sure you add an accompanying test.

acdlite added a commit that referenced this pull request Feb 22, 2015
Fix FluxComponent with multiple children
@acdlite acdlite merged commit b58f904 into acdlite:master Feb 22, 2015
acdlite added a commit that referenced this pull request Feb 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants