mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 20:01:01 +08:00
fix library/utility lint warnings
Summary: I have disected lint warnings fixes to several PRs. This one fixes lint warnings under Libraries/Utility path. Closes https://github.com/facebook/react-native/pull/4444 Reviewed By: svcscm Differential Revision: D2705303 Pulled By: spicyj fb-gh-sync-id: c745ac62cbff30d6bb9478a1d2465fe56b305f0c
This commit is contained in:
committed by
facebook-github-bot-2
parent
94f126ddbf
commit
0c8bafe84a
@@ -24,7 +24,7 @@ function createStrictShapeTypeChecker(
|
||||
if (isRequired) {
|
||||
invariant(
|
||||
false,
|
||||
`Required object \`${propName}\` was not specified in `+
|
||||
`Required object \`${propName}\` was not specified in ` +
|
||||
`\`${componentName}\`.`
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user