rc-trigger
Advanced tools
Comparing version 4.0.0-alpha.7 to 4.0.0-alpha.8
@@ -6,5 +6,7 @@ import React from 'react'; | ||
var didUpdate = _ref.didUpdate, | ||
children = _ref.children; | ||
children = _ref.children, | ||
getContainer = _ref.getContainer; | ||
React.useEffect(function () { | ||
didUpdate(); | ||
getContainer(); | ||
}); | ||
@@ -11,0 +13,0 @@ return children; |
@@ -16,6 +16,8 @@ "use strict"; | ||
var didUpdate = _ref.didUpdate, | ||
children = _ref.children; | ||
children = _ref.children, | ||
getContainer = _ref.getContainer; | ||
_react.default.useEffect(function () { | ||
didUpdate(); | ||
getContainer(); | ||
}); | ||
@@ -22,0 +24,0 @@ |
{ | ||
"name": "rc-trigger", | ||
"version": "4.0.0-alpha.7", | ||
"version": "4.0.0-alpha.8", | ||
"description": "base abstract trigger component for react", | ||
@@ -62,5 +62,5 @@ "keywords": [ | ||
"rc-align": "^3.0.0-alpha.3", | ||
"rc-animate": "^2.10.1", | ||
"rc-util": "^4.13.0" | ||
"rc-animate": "^2.10.2", | ||
"rc-util": "^4.15.2" | ||
} | ||
} |
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
132865
2690
Updatedrc-animate@^2.10.2
Updatedrc-util@^4.15.2