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.
2 parents 1647116 + c5ab264 commit 7892fbaCopy full SHA for 7892fba
src/index.js
@@ -173,6 +173,22 @@ function createConfig(options = {}) {
173
'version',
174
'isValidelement',
175
],
176
+ 'react-dom': [
177
+ 'createRoot',
178
+ 'unstable_createRoot',
179
+ 'createPortal',
180
+ 'findDOMNode',
181
+ 'hydrate',
182
+ 'render',
183
+ 'unmountComponentAtNode',
184
+ 'unstable_renderSubtreeIntoContainer',
185
+ 'unstable_createPortal',
186
+ 'unstable_batchedUpdates',
187
+ 'unstable_interactiveUpdates',
188
+ 'flushSync',
189
190
+ 'unstable_flushControlled',
191
+ ],
192
'react-is': [
193
'isValidElementType',
194
'isAsyncMode',
0 commit comments