-
Notifications
You must be signed in to change notification settings - Fork 47k
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
Opt into unsafe lifecycle warnings without async tree #12083
Merged
Merged
Commits on Jan 25, 2018
-
New PreAsyncComponent warns about unsafe lifecycles in tree
Works like AsyncComponent except that it does not actually enable async rendering. This component is exposed via React.unstable_PreAsyncComponent (following precedent). I also tidied up ReactBaseClass a little because the duplication was bothering me. I will revert this if there's any concern. This branch is stacked on top of 12046-part-2 and PR facebook#12060
Configuration menu - View commit details
-
Copy full SHA for 2b373cb - Browse repository at this point
Copy the full SHA 2b373cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ce11f0 - Browse repository at this point
Copy the full SHA 1ce11f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0380b50 - Browse repository at this point
Copy the full SHA 0380b50View commit details -
Introduced StrictMode component
Replace previous EnableFutureCompatibilityChecks with a new StrictMode component. Rename the FutureCompatibilityChecks flag with a StrictMode flag. Update Async warnings to be based on StrictMode flag instead.
Configuration menu - View commit details
-
Copy full SHA for a98a09a - Browse repository at this point
Copy the full SHA a98a09aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0f4e7f - Browse repository at this point
Copy the full SHA c0f4e7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67aec16 - Browse repository at this point
Copy the full SHA 67aec16View commit details -
Configuration menu - View commit details
-
Copy full SHA for f225b46 - Browse repository at this point
Copy the full SHA f225b46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86cb020 - Browse repository at this point
Copy the full SHA 86cb020View commit details -
Configuration menu - View commit details
-
Copy full SHA for 747065b - Browse repository at this point
Copy the full SHA 747065bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0d0551 - Browse repository at this point
Copy the full SHA a0d0551View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a46a30 - Browse repository at this point
Copy the full SHA 4a46a30View commit details -
Configuration menu - View commit details
-
Copy full SHA for be6f370 - Browse repository at this point
Copy the full SHA be6f370View commit details -
Introduced new type-of-work: Mode
Reverted some of the previous Fragment changes in favor of this approach.
Configuration menu - View commit details
-
Copy full SHA for aef6692 - Browse repository at this point
Copy the full SHA aef6692View 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.