Skip to content

Commit 40c9ed1

Browse files
generatedunixname3865450666924320meta-codesync[bot]
authored andcommitted
fbsource//xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric:fabricAndroid (#55951)
Summary: Pull Request resolved: #55951 Reviewed By: sahiljain Differential Revision: D95033366 fbshipit-source-id: e57bb6684bc60078da68dabfe7fd67340d0333c7
1 parent 8cbc4dc commit 40c9ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/PreAllocateViewMountItem.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ internal class PreAllocateViewMountItem(
5959
if (FabricUIManager.IS_DEVELOPMENT_ENVIRONMENT) {
6060
result
6161
.append(" props: ")
62-
.append(props?.toString() ?: "<null>")
62+
.append(props.toString() ?: "<null>")
6363
.append(" state: ")
6464
.append(stateWrapper?.toString() ?: "<null>")
6565
}

0 commit comments

Comments
 (0)