We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1afc0 commit 334bed3Copy full SHA for 334bed3
package.json
@@ -56,8 +56,8 @@
56
"jest-diff": "^29.4.1",
57
"kcd-scripts": "^13.0.0",
58
"npm-run-all": "^4.1.5",
59
- "react": "18.3.0-canary-4b2a1115a-20240202",
60
- "react-dom": "18.3.0-canary-4b2a1115a-20240202",
+ "react": "^18.0.0",
+ "react-dom": "^18.0.0",
61
"rimraf": "^3.0.2",
62
"typescript": "^4.1.2"
63
},
tests/shouldIgnoreConsoleError.js
@@ -36,6 +36,7 @@ module.exports = function shouldIgnoreConsoleError(format) {
36
// Ignore it too.
37
return true
38
}
39
+ // TODO: Suppress deprecation warning from react-dom/test-utils
40
41
42
// Looks legit
0 commit comments