-
Notifications
You must be signed in to change notification settings - Fork 46.9k
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 issues introduced by createElement() warning #6880
Merged
Merged
Commits on May 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 94d0dc6 - Browse repository at this point
Copy the full SHA 94d0dc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f846edc - Browse repository at this point
Copy the full SHA f846edcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15cd66b - Browse repository at this point
Copy the full SHA 15cd66bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b802fb - Browse repository at this point
Copy the full SHA 1b802fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c77411b - Browse repository at this point
Copy the full SHA c77411bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9ae319 - Browse repository at this point
Copy the full SHA d9ae319View commit details
Commits on May 26, 2016
-
Ignore specifically React warning getter in ReactElement
We don’t want to have different behavior in development and production. Previously, we used to ignore getters on key/ref in dev, but we’d read them in prod. Now, we only ignore the getters that we *know* we created so the production logic doesn’t differ.
Configuration menu - View commit details
-
Copy full SHA for a432afa - Browse repository at this point
Copy the full SHA a432afaView commit details -
Correctly check that element and props are frozen
This fixes an incorrect way of checking introduced in 95373ce (it had no effect).
Configuration menu - View commit details
-
Copy full SHA for 919eba3 - Browse repository at this point
Copy the full SHA 919eba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55a0e4b - Browse repository at this point
Copy the full SHA 55a0e4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58c9fda - Browse repository at this point
Copy the full SHA 58c9fdaView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.