mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Undo unintentional formatting changes
This commit is contained in:
+3
-6
@@ -964,8 +964,7 @@ function mountLazyComponent(
|
||||
null,
|
||||
workInProgress,
|
||||
Component,
|
||||
// The inner type can have defaults too
|
||||
resolveDefaultProps(Component.type, resolvedProps),
|
||||
resolveDefaultProps(Component.type, resolvedProps), // The inner type can have defaults too,
|
||||
updateExpirationTime,
|
||||
renderExpirationTime,
|
||||
);
|
||||
@@ -1916,13 +1915,11 @@ function beginWork(
|
||||
);
|
||||
}
|
||||
case SimpleMemoComponent: {
|
||||
const type = workInProgress.type;
|
||||
const pendingProps = workInProgress.pendingProps;
|
||||
return updateSimpleMemoComponent(
|
||||
current,
|
||||
workInProgress,
|
||||
type,
|
||||
pendingProps,
|
||||
workInProgress.type,
|
||||
workInProgress.pendingProps,
|
||||
updateExpirationTime,
|
||||
renderExpirationTime,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user