Skip to content

Commit 080e1c4

Browse files
latin-1zhengjitf
authored andcommitted
Fix name mismatch in react-reconciler custom build. (facebook#24272)
1 parent 2f9237e commit 080e1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const getInstanceFromNode = $$$hostConfig.getInstanceFromNode;
6464
export const beforeActiveInstanceBlur = $$$hostConfig.beforeActiveInstanceBlur;
6565
export const afterActiveInstanceBlur = $$$hostConfig.afterActiveInstanceBlur;
6666
export const preparePortalMount = $$$hostConfig.preparePortalMount;
67-
export const prepareScopeUpdate = $$$hostConfig.preparePortalMount;
67+
export const prepareScopeUpdate = $$$hostConfig.prepareScopeUpdate;
6868
export const getInstanceFromScope = $$$hostConfig.getInstanceFromScope;
6969
export const getCurrentEventPriority = $$$hostConfig.getCurrentEventPriority;
7070
export const detachDeletedInstance = $$$hostConfig.detachDeletedInstance;

0 commit comments

Comments
 (0)