Update react-dom in / from 16.2.0 to 16.6.0 #227
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.
Dependencies.io has updated
react-dom(a npm dependency in/) from "16.2.0" to "16.6.0".16.6.0
React
React.memo()as an alternative toPureComponentfor functions. (acdlite in #13748)React.lazy()for code splitting components. (acdlite in #13885)React.StrictModenow warns about legacy context API. (bvaughn in #13760)React.StrictModenow warns aboutfindDOMNode. (sebmarkbage in #13841)unstable_AsyncModetounstable_ConcurrentMode. (trueadm in #13732)unstable_PlaceholdertoSuspense, anddelayMstomaxDuration. (gaearon in #13799 and sebmarkbage in #13922)React DOM
contextTypeas a more ergonomic way to subscribe to context from a class. (bvaughn in #13728)getDerivedStateFromErrorlifecycle method for catching errors in a future asynchronous server-side renderer. (bvaughn in #13746)<Context>is used instead of<Context.Consumer>. (trueadm in #13829)window.eventin development. (sergei-startsev in #13697)React DOM Server
React.memo(). (alexmckenley in #13855)contextType. (alexmckenley and sebmarkbage in #13889)Scheduler (Experimental)
scheduler. (gaearon in #13683)requestAnimationFrameearlier. (acdlite in #13785)envifytransform to the package. (mridgway in #13766)