Skip to content

Commit

Permalink
fix(react-dom): fix namedExports of react-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Kopriwa committed May 13, 2019
1 parent 5630083 commit c5ab264
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,22 @@ function createConfig(options = {}) {
'version',
'isValidelement',
],
'react-dom': [
'createRoot',
'unstable_createRoot',
'createPortal',
'findDOMNode',
'hydrate',
'render',
'unmountComponentAtNode',
'unstable_renderSubtreeIntoContainer',
'unstable_createPortal',
'unstable_batchedUpdates',
'unstable_interactiveUpdates',
'flushSync',
'unstable_createRoot',
'unstable_flushControlled',
],
'react-is': [
'isValidElementType',
'isAsyncMode',
Expand Down

0 comments on commit c5ab264

Please # to comment.