Skip to content

Commit

Permalink
Fix incorrect prop type (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmellor authored Mar 6, 2024
1 parent cb947d9 commit 6af1f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/ItemsProvider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ export const ItemsProvider = ({ demo, children }) => {

ItemsProvider.propTypes = {
demo: PropTypes.bool,
children: PropTypes.arrayOf(PropTypes.element)
children: PropTypes.object
}

0 comments on commit 6af1f5e

Please sign in to comment.