v13.0.0
版本发布时间: 2022-03-31 12:59:34
testing-library/react-testing-library最新发布版本:v16.0.0(2024-06-03 21:55:29)
13.0.0 (2022-03-31)
Features
BREAKING CHANGES
- Drop support for React 17 and earlier. We'll use the new
createRoot
API by default which comes with a set of changes while also enabling support for concurrent features. To opt-out of this change you can userender(ui, { legacyRoot: true } )
. But be aware that the legacy root API is deprecated in React 18 and its usage will trigger console warnings.