Skip to content

Commit b60d3fe

Browse files
committed
fix lint
1 parent 973eaad commit b60d3fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-native-renderer/src/ReactNativeHostConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ export function createTextInstance(
149149
): TextInstance {
150150
if (__DEV__) {
151151
if (!hostContext.isInAParentText) {
152-
console.error('Text strings must be rendered within a <Text> component.');
153-
}
152+
console.error('Text strings must be rendered within a <Text> component.');
153+
}
154154
}
155155
const tag = allocateTag();
156156

0 commit comments

Comments
 (0)