mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-21 19:31:57 +00:00
Remove TODO comments and convert them to issues (#7743)
* Remove TODO comment and convert to an issue for react-test-renderer * Remove TODO comment and convert to an issue for react-dom/test-utils
This commit is contained in:
committed by
GitHub
parent
69ce5d36cc
commit
8b2fe2b1ae
@@ -2,8 +2,6 @@
|
||||
title: react-dom/test-utils Deprecation Warnings
|
||||
---
|
||||
|
||||
TODO: update for 19?
|
||||
|
||||
## ReactDOMTestUtils.act() warning {/*reactdomtestutilsact-warning*/}
|
||||
|
||||
`act` from `react-dom/test-utils` has been deprecated in favor of `act` from `react`.
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
title: react-test-renderer Deprecation Warnings
|
||||
---
|
||||
|
||||
TODO: Update this for 19?
|
||||
|
||||
## ReactTestRenderer.create() warning {/*reacttestrenderercreate-warning*/}
|
||||
|
||||
react-test-renderer is deprecated. A warning will fire whenever calling ReactTestRenderer.create() or ReactShallowRender.render(). The react-test-renderer package will remain available on NPM but will not be maintained and may break with new React features or changes to React's internals.
|
||||
|
||||
Reference in New Issue
Block a user