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.
1 parent 5d50687 commit ccfee9aCopy full SHA for ccfee9a
packages/react-reconciler/src/forks/ReactFiberHostConfig.custom.js
@@ -54,6 +54,7 @@ export const shouldSetTextContent = $$$hostConfig.shouldSetTextContent;
54
export const createTextInstance = $$$hostConfig.createTextInstance;
55
export const scheduleTimeout = $$$hostConfig.scheduleTimeout;
56
export const cancelTimeout = $$$hostConfig.cancelTimeout;
57
+export const queueMicrotask = $$$hostConfig.queueMicrotask;
58
export const noTimeout = $$$hostConfig.noTimeout;
59
export const now = $$$hostConfig.now;
60
export const isPrimaryRenderer = $$$hostConfig.isPrimaryRenderer;
0 commit comments