Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unreleased fix
  • Loading branch information
gaearon authored Nov 13, 2018
commit 0fd1575a9708d3c5f591e65f0d713394ba8b6d98
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* Fix highlighting of `React.memo` updates in React DevTools. ([@bvaughn](https://github.com/bvaughn) in [#14141](https://github.com/facebook/react/pull/14141))
* Fix interaction of Suspense with the React Profiler. ([@bvaughn](https://github.com/bvaughn) in [#14065](https://github.com/facebook/react/pull/14065))
* Fix a false positive warning when using Suspense. ([@acdlite](https://github.com/acdlite) in [#14158](https://github.com/facebook/react/pull/14158))
* Add a warning about conflicting styles during updates. ([@sophiebits](https://github.com/sophiebits) in [#14181](https://github.com/facebook/react/pull/14181) and [#14183](https://github.com/facebook/react/pull/14183))
* Add a warning about passing `ref` to a memoized function component. ([@sophiebits](https://github.com/sophiebits) in [#14178](https://github.com/facebook/react/pull/14178))

### React DOM Server
Expand Down