react-crouton
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -120,3 +120,3 @@ /** | ||
if (nextProps.id === this.props.id) { | ||
return nextState.hidden; | ||
return !!nextState.hidden; | ||
} | ||
@@ -123,0 +123,0 @@ return true |
{ | ||
"name": "react-crouton", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A message component for reactjs.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ # React-Crouton | ||
[live dome](http://xeodou.github.io/react-crouton) | ||
[Live Demo](http://xeodou.github.io/react-crouton) | ||
@@ -8,0 +8,0 @@ ## Getting Started |
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
18285