We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e9337 commit c86c894Copy full SHA for c86c894
packages/react/src/forks/ReactSharedInternals.umd.js
@@ -8,6 +8,7 @@
8
import assign from 'object-assign';
9
import * as Scheduler from 'scheduler';
10
import ReactCurrentDispatcher from '../ReactCurrentDispatcher';
11
+import ReactCurrentActQueue from '../ReactCurrentActQueue';
12
import ReactCurrentOwner from '../ReactCurrentOwner';
13
import ReactDebugCurrentFrame from '../ReactDebugCurrentFrame';
14
import ReactCurrentBatchConfig from '../ReactCurrentBatchConfig';
@@ -28,6 +29,7 @@ const ReactSharedInternals = {
28
29
};
30
31
if (__DEV__) {
32
+ ReactSharedInternals.ReactCurrentActQueue = ReactCurrentActQueue;
33
ReactSharedInternals.ReactDebugCurrentFrame = ReactDebugCurrentFrame;
34
}
35
0 commit comments