mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-26 16:25:03 +00:00
The addition of the `TestRenderer.act()` method to the documentation broke the logical flow and "The returned instance has the following methods and properties." is now confusing since it's the `act()` method that is now documented afterwards. This commit aims at clarifying what is returned.