Skip to content

Commit ccfee9a

Browse files
committed
Add to custom HostConfig as well
1 parent 5d50687 commit ccfee9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-reconciler/src/forks/ReactFiberHostConfig.custom.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export const shouldSetTextContent = $$$hostConfig.shouldSetTextContent;
5454
export const createTextInstance = $$$hostConfig.createTextInstance;
5555
export const scheduleTimeout = $$$hostConfig.scheduleTimeout;
5656
export const cancelTimeout = $$$hostConfig.cancelTimeout;
57+
export const queueMicrotask = $$$hostConfig.queueMicrotask;
5758
export const noTimeout = $$$hostConfig.noTimeout;
5859
export const now = $$$hostConfig.now;
5960
export const isPrimaryRenderer = $$$hostConfig.isPrimaryRenderer;

0 commit comments

Comments
 (0)