Skip to content

Commit

Permalink
Addressing feedback comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olliecurtis committed Sep 9, 2021
1 parent e9f7b69 commit aa24cc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
- bpk-component-datepicker:
- bpk-component-infinite-scroll:
- bpk-theming:
- Corrected component props to use `elementType` for the props were a component type is expected.
- Corrected component props to use `elementType` for the props where a component type is expected.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ const propTypes = {
loaderIntersectionTrigger: PropTypes.oneOf(['small', 'half', 'full']),
onScroll: PropTypes.func,
onScrollFinished: PropTypes.func,
renderLoadingComponent: PropTypes.elementType,
renderSeeMoreComponent: PropTypes.elementType,
renderLoadingComponent: PropTypes.func,
renderSeeMoreComponent: PropTypes.func,
seeMoreAfter: PropTypes.number,
};

Expand Down

0 comments on commit aa24cc7

Please sign in to comment.