Skip to content

Commit

Permalink
Add version property to ReactDOM
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Jan 23, 2020
1 parent 3b3decf commit a4f9d91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-dom/src/client/ReactDOM.js
Expand Up @@ -159,6 +159,8 @@ const ReactDOM: Object = {
IsThisRendererActing,
],
},

version: ReactVersion,
};

if (exposeConcurrentModeAPIs) {
Expand Down

0 comments on commit a4f9d91

Please sign in to comment.