Skip to content

Commit 074014f

Browse files
committed
do not require the items prop on ItemGroup since it can be in a loading state
1 parent ad3a026 commit 074014f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compounds/ItemGroup/ItemGroup.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ItemGroup.propTypes = {
5656
...itemPropTypes,
5757
imgProps: PropTypes.shape({}),
5858
style: PropTypes.shape({}),
59-
})).isRequired,
59+
})),
6060
isLoading: PropTypes.bool.isRequired,
6161
orientation: PropTypes.oneOf(['horizontal', 'vertical']),
6262
withButtonLink: PropTypes.bool,

0 commit comments

Comments
 (0)