Skip to content

Commit 073eea3

Browse files
committed
Update the bundle artifact names since they've now changed
1 parent 40cecfd commit 073eea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-dom/npm/unstable_testing.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (process.env.NODE_ENV === 'production') {
3232
// DCE check should happen before ReactDOM bundle executes so that
3333
// DevTools can report bad minification during injection.
3434
checkDCE();
35-
module.exports = require('./cjs/react-dom-testing.production.min.js');
35+
module.exports = require('./cjs/react-dom-unstable_testing.production.min.js');
3636
} else {
37-
module.exports = require('./cjs/react-dom-testing.development.js');
37+
module.exports = require('./cjs/react-dom-unstable_testing.development.js');
3838
}

0 commit comments

Comments
 (0)