File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/react-reconciler/src/forks Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export const getInstanceFromNode = $$$hostConfig.getInstanceFromNode;
64
64
export const beforeActiveInstanceBlur = $$$hostConfig . beforeActiveInstanceBlur ;
65
65
export const afterActiveInstanceBlur = $$$hostConfig . afterActiveInstanceBlur ;
66
66
export const preparePortalMount = $$$hostConfig . preparePortalMount ;
67
- export const prepareScopeUpdate = $$$hostConfig . preparePortalMount ;
67
+ export const prepareScopeUpdate = $$$hostConfig . prepareScopeUpdate ;
68
68
export const getInstanceFromScope = $$$hostConfig . getInstanceFromScope ;
69
69
export const getCurrentEventPriority = $$$hostConfig . getCurrentEventPriority ;
70
70
export const detachDeletedInstance = $$$hostConfig . detachDeletedInstance ;
You can’t perform that action at this time.
0 commit comments