Skip to content

Commit

Permalink
Expose unstable_interactiveUpdates on ReactDOM (facebook#12943)
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite authored May 30, 2018
1 parent 524a743 commit 3118ed9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-dom/src/client/ReactDOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,8 @@ const ReactDOM: Object = {

unstable_deferredUpdates: DOMRenderer.deferredUpdates,

unstable_interactiveUpdates: DOMRenderer.interactiveUpdates,

flushSync: DOMRenderer.flushSync,

unstable_flushControlled: DOMRenderer.flushControlled,
Expand Down

0 comments on commit 3118ed9

Please sign in to comment.