@razorpay/blade 6.6.0 → 6.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3920,17 +3920,15 @@ function isEqual(value, other) {
3920
3920
  var isEqual_1 = isEqual;
3921
3921
 
3922
3922
  /* eslint-disable @typescript-eslint/no-explicit-any */
3923
- /**
3924
- * A type defining React component with additional static prop `componentId`
3925
- */
3926
-
3927
3923
  /**
3928
3924
  * Gets the `componentId` prop of React component if it exists.
3929
3925
  */
3926
+
3930
3927
  var getComponentId = function getComponentId(component) {
3931
3928
  var _component$type;
3932
3929
 
3933
- if (! /*#__PURE__*/React.isValidElement(component)) return null;
3930
+ if (! /*#__PURE__*/React.isValidElement(component)) return null; // eslint-disable-next-line no-restricted-properties
3931
+
3934
3932
  return (_component$type = component.type) === null || _component$type === void 0 ? void 0 : _component$type.componentId;
3935
3933
  };
3936
3934
  /**