Comparing version 5.44.0 to 5.44.1
@@ -44,2 +44,6 @@ import _typeof from "@babel/runtime/helpers/esm/typeof"; | ||
var _type$prototype, _nodeOrComponent$prot; | ||
if (!nodeOrComponent) { | ||
return false; | ||
} | ||
// React 19 no need `forwardRef` anymore. So just pass if is a React element. | ||
@@ -46,0 +50,0 @@ if (isReactElement(nodeOrComponent) && nodeOrComponent.props.propertyIsEnumerable('ref')) { |
@@ -51,2 +51,6 @@ "use strict"; | ||
var _type$prototype, _nodeOrComponent$prot; | ||
if (!nodeOrComponent) { | ||
return false; | ||
} | ||
// React 19 no need `forwardRef` anymore. So just pass if is a React element. | ||
@@ -53,0 +57,0 @@ if (isReactElement(nodeOrComponent) && nodeOrComponent.props.propertyIsEnumerable('ref')) { |
{ | ||
"name": "rc-util", | ||
"version": "5.44.0", | ||
"version": "5.44.1", | ||
"description": "Common Utils For React Component", | ||
@@ -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
241213
7310