rmc-picker
Advanced tools
Comparing version 4.0.0-beta.1 to 4.0.0
@@ -109,3 +109,3 @@ import _defineProperty from 'babel-runtime/helpers/defineProperty'; | ||
getValue: function getValue() { | ||
if (this.props.selectedValue) { | ||
if ('selectedValue' in this.props) { | ||
return this.props.selectedValue; | ||
@@ -112,0 +112,0 @@ } |
@@ -21,3 +21,3 @@ import _classCallCheck from 'babel-runtime/helpers/classCallCheck'; | ||
value: function getValue() { | ||
if (this.props.selectedValue) { | ||
if ('selectedValue' in this.props) { | ||
return this.props.selectedValue; | ||
@@ -24,0 +24,0 @@ } |
@@ -138,3 +138,3 @@ 'use strict'; | ||
getValue: function getValue() { | ||
if (this.props.selectedValue) { | ||
if ('selectedValue' in this.props) { | ||
return this.props.selectedValue; | ||
@@ -141,0 +141,0 @@ } |
@@ -46,3 +46,3 @@ 'use strict'; | ||
value: function getValue() { | ||
if (this.props.selectedValue) { | ||
if ('selectedValue' in this.props) { | ||
return this.props.selectedValue; | ||
@@ -49,0 +49,0 @@ } |
{ | ||
"name": "rmc-picker", | ||
"version": "4.0.0-beta.1", | ||
"version": "4.0.0", | ||
"description": "React Mobile Picker Component(web and react-native)", | ||
@@ -61,3 +61,3 @@ "keywords": [ | ||
"pre-commit": "1.x", | ||
"rc-test": "6.0.3", | ||
"rc-test": "6.x", | ||
"rc-tools": "6.x", | ||
@@ -64,0 +64,0 @@ "react": "15.5.x", |
@@ -60,2 +60,4 @@ # rmc-picker | ||
# 4.x beta docs | ||
## Usage | ||
@@ -62,0 +64,0 @@ ```jsx |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
84469
0
141