Skip to content

Commit 8cae066

Browse files
author
Brian Vaughn
committed
Added ReactTestUtils.act() to CHANGELOG
1 parent a0db3e7 commit 8cae066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/blog/2019-02-05-react-v16.8.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ Then add it to your ESLint configuration:
182182

183183
* Support Hooks in the shallow renderer. ([@trueadm](https://github.com/trueadm) in [#14567](https://github.com/facebook/react/pull/14567))
184184
* Fix wrong state in `shouldComponentUpdate` in the presence of `getDerivedStateFromProps` for Shallow Renderer. ([@chenesan](https://github.com/chenesan) in [#14613](https://github.com/facebook/react/pull/14613))
185+
* Add `ReactTestUtils.act()` for batching updates so that tests more closely match real behavior. ([@threepointone](https://github.com/threepointone) in [#14744](https://github.com/facebook/react/pull/14744))
185186

186187
### ESLint Plugin: React Hooks
187188

0 commit comments

Comments
 (0)