webpack/scenes/Subscriptions/Details/SubscriptionDetailProductContent.js in katello-3.16.0.rc3.1 vs webpack/scenes/Subscriptions/Details/SubscriptionDetailProductContent.js in katello-3.16.0.rc4
- old
+ new
@@ -48,9 +48,11 @@
);
};
SubscriptionDetailProductContent.propTypes = {
productContent: PropTypes.shape({
+ // Disabling rule as existing code failed due to an eslint-plugin-react update
+ // eslint-disable-next-line react/forbid-prop-types
results: PropTypes.array,
}).isRequired,
};
export default SubscriptionDetailProductContent;