You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-devtools/CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@
9
9
<!-- Upcoming changes go here -->
10
10
</details>
11
11
12
+
## 4.13.5 (May 25, 2021)
13
+
#### Bugfix
14
+
* Handle edge case where a component mounts before its "owner" (in DEV mode) that previously caused a validation error ([bvaughn](https://github.com/bvaughn) in [#21562](https://github.com/facebook/react/pull/21562))
15
+
12
16
## 4.13.4 (May 20, 2021)
13
17
#### Bugfix
14
18
* 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))
0 commit comments