We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
items
1 parent ad3a026 commit 074014fCopy full SHA for 074014f
src/compounds/ItemGroup/ItemGroup.jsx
@@ -56,7 +56,7 @@ ItemGroup.propTypes = {
56
...itemPropTypes,
57
imgProps: PropTypes.shape({}),
58
style: PropTypes.shape({}),
59
- })).isRequired,
+ })),
60
isLoading: PropTypes.bool.isRequired,
61
orientation: PropTypes.oneOf(['horizontal', 'vertical']),
62
withButtonLink: PropTypes.bool,
0 commit comments