Skip to content

Commit 8b2fe2b

Browse files
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
1 parent 69ce5d3 commit 8b2fe2b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/content/warnings/react-dom-test-utils.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: react-dom/test-utils Deprecation Warnings
33
---
44

5-
TODO: update for 19?
6-
75
## ReactDOMTestUtils.act() warning {/*reactdomtestutilsact-warning*/}
86

97
`act` from `react-dom/test-utils` has been deprecated in favor of `act` from `react`.

src/content/warnings/react-test-renderer.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: react-test-renderer Deprecation Warnings
33
---
44

5-
TODO: Update this for 19?
6-
75
## ReactTestRenderer.create() warning {/*reacttestrenderercreate-warning*/}
86

97
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.

0 commit comments

Comments
 (0)