rc-tooltip
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -30,2 +30,9 @@ 'use strict'; | ||
_createClass(Popup, [{ | ||
key: 'shouldComponentUpdate', | ||
// optimize for speed | ||
value: function shouldComponentUpdate(nextProps) { | ||
return this.props.visible || nextProps.visible; | ||
} | ||
}, { | ||
key: 'getPopupDomNode', | ||
@@ -32,0 +39,0 @@ value: function getPopupDomNode() { |
{ | ||
"name": "rc-tooltip", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "tooltip ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
28505
607