react-native-onyx 1.0.58 → 1.0.60

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.
@@ -2632,7 +2632,8 @@ function getDisplayName(component) {
2632
2632
  withOnyx.propTypes = {
2633
2633
  forwardedRef: prop_types__WEBPACK_IMPORTED_MODULE_0___default().oneOfType([
2634
2634
  (prop_types__WEBPACK_IMPORTED_MODULE_0___default().func),
2635
- prop_types__WEBPACK_IMPORTED_MODULE_0___default().shape({ current: prop_types__WEBPACK_IMPORTED_MODULE_0___default().instanceOf((react__WEBPACK_IMPORTED_MODULE_1___default().Component)) })])
2635
+ // eslint-disable-next-line react/forbid-prop-types
2636
+ prop_types__WEBPACK_IMPORTED_MODULE_0___default().shape({ current: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().object) })])
2636
2637
 
2637
2638
  };
2638
2639
  withOnyx.defaultProps = {