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.
1 parent 8a72421 commit 690df4aCopy full SHA for 690df4a
src/compounds/Item/Item.jsx
@@ -90,7 +90,7 @@ Item.propTypes = {
90
isLoading: PropTypes.bool,
91
item: PropTypes.shape({
92
description: PropTypes.string,
93
- id: PropTypes.number,
+ id: PropTypes.number.isRequired,
94
img: PropTypes.shape({
95
src: PropTypes.string,
96
alt: PropTypes.string,
0 commit comments