From 51ebccc37482f84e41417ef2917b0e4e44cc7465 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Thu, 20 May 2021 17:00:17 -0400 Subject: [PATCH] DevTools: Add 4.13.4 changelog --- packages/react-devtools/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-devtools/CHANGELOG.md b/packages/react-devtools/CHANGELOG.md index 7ba28e82e8..48a9dcd279 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -12,6 +12,7 @@ ## 4.13.4 (May 20, 2021) #### Bugfix * Fix edge-case Fast Refresh bug that caused Fibers with warnings/errors to be untracked prematurely (which broke componentinspection in DevTools) ([bvaughn](https://github.com/bvaughn) in [#21536](https://github.com/facebook/react/pull/21536)) +* Revert force deep re-mount when Fast Refresh detected (was no longer necessary) ([bvaughn](https://github.com/bvaughn) in [#21539](https://github.com/facebook/react/pull/21539)) ## 4.13.3 (May 19, 2021) #### Misc