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 40cecfd commit 073eea3Copy full SHA for 073eea3
packages/react-dom/npm/unstable_testing.js
@@ -32,7 +32,7 @@ if (process.env.NODE_ENV === 'production') {
32
// DCE check should happen before ReactDOM bundle executes so that
33
// DevTools can report bad minification during injection.
34
checkDCE();
35
- module.exports = require('./cjs/react-dom-testing.production.min.js');
+ module.exports = require('./cjs/react-dom-unstable_testing.production.min.js');
36
} else {
37
- module.exports = require('./cjs/react-dom-testing.development.js');
+ module.exports = require('./cjs/react-dom-unstable_testing.development.js');
38
}
0 commit comments