@use-ui/bootstrap3
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -69,3 +69,5 @@ "use strict"; | ||
exports.Select = React.memo(SelectRaw, function (prev, next) { | ||
return utils_1.equalExcept(prev, next, "field", "map", "onSelect"); | ||
return (utils_1.equalExcept(prev, next, "field", "map", "onSelect") && | ||
prev.field.getValue() == next.field.getValue() && | ||
prev.field.getError() == next.field.getError()); | ||
}); | ||
@@ -72,0 +74,0 @@ function SelectRaw(_a) { |
{ | ||
"name": "@use-ui/bootstrap3", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
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
81560
1721