Skip to content

Commit 2fe5b57

Browse files
authored
[Fiber] Read the class name from props.layout (facebook#32273)
Copypasta typo.
1 parent bb9a24d commit 2fe5b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/ReactFiberCommitWork.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ function measureUpdateViewTransition(
12121212
);
12131213
const layoutClassName: ?string = getViewTransitionClassName(
12141214
props.className,
1215-
props.update,
1215+
props.layout,
12161216
);
12171217
let className: ?string;
12181218
if (updateClassName === 'none') {

0 commit comments

Comments
 (0)