deprecated-react-native-prop-types
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -78,5 +78,7 @@ /** | ||
return function validate(props, propName, componentName, ...rest) { | ||
console.warn( | ||
`\`${propName}\` supplied to \`${componentName}\` has been deprecated. ${explanation}`, | ||
); | ||
if (props[propName] !== undefined) { | ||
console.warn( | ||
`\`${propName}\` supplied to \`${componentName}\` has been deprecated. ${explanation}`, | ||
); | ||
} | ||
@@ -83,0 +85,0 @@ return propType(props, propName, componentName, ...rest); |
{ | ||
"name": "deprecated-react-native-prop-types", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Deprecated prop-types from React Native.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62094
1968