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 prop validation error #12

Merged
merged 1 commit into from
Jan 22, 2016
Merged

Fix prop validation error #12

merged 1 commit into from
Jan 22, 2016

Conversation

jsg2021
Copy link
Contributor

@jsg2021 jsg2021 commented Jan 21, 2016

createElement throws an error if there is a value (anything other than
undefined) for the third arg when the props contain dangerouslySetInnerHTML

This fixes #11

createElement throws an error if there is a value (anything other than
undefined) for the third arg when the props contain
dangerouslySetInnerHTML
mathieudutour added a commit that referenced this pull request Jan 22, 2016
Fix prop validation error
@mathieudutour mathieudutour merged commit 2c4b55b into enkidevs:master Jan 22, 2016
@mathieudutour
Copy link
Member

Thanks!

@mathieudutour
Copy link
Member

version 0.3.2

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.

React PropType validation doesn't like "false" as children
2 participants