We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36b8f4 commit 5e7089dCopy full SHA for 5e7089d
.gitignore
@@ -17,5 +17,4 @@ yarn-error.log*
17
.yalc
18
yalc.lock
19
20
-# TODO: remove this file in the future
21
!temp/*.tgz
config/webpack.config.js
@@ -282,6 +282,9 @@ const baseConfigFactory = function (webpackEnv) {
282
'react-dom$': 'react-dom/profiling',
283
'scheduler/tracing': 'scheduler/tracing-profiling',
284
}),
285
+ // Allows replacing react-dom with @reactunity/renderer to support some functionality like `unstable_batchedUpdates`
286
+ 'react-dom': '@reactunity/renderer',
287
+
288
...(modules.webpackAliases || {}),
289
},
290
plugins: [
0 commit comments