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

Handle NaNs in quadratic example formula #7426

Closed
wants to merge 1 commit into from

Conversation

pavlin99th
Copy link
Contributor

When there are no real roots (a=1, b=3, c=3), NaN values cause warning in the console: "Warning: Component's children should not be mutated."

When there are no real roots (a=1, b=3, c=3), NaN values cause warning in the console: "Warning: Component's children should not be mutated."
@ghost
Copy link

ghost commented Aug 4, 2016

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks!

@ghost ghost added the CLA Signed label Aug 4, 2016
@ghost
Copy link

ghost commented Aug 4, 2016

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@pavlin99th
Copy link
Contributor Author

Seems to be related to #7424

@zpao
Copy link
Member

zpao commented Aug 4, 2016

@pavlin99th I was just about to say the same :)

I don't think there's anything wrong with this change on its own but let's see if we should fix React first.

@pavlin99th
Copy link
Contributor Author

15.4.0 fixed this in #7455.

@pavlin99th pavlin99th closed this Nov 16, 2016
@pavlin99th pavlin99th deleted the example-quadratic-nan branch November 16, 2016 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants