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 93c6cec commit 63eb7caCopy full SHA for 63eb7ca
packages/ra-ui-materialui/src/list/InfiniteList.tsx
@@ -119,7 +119,7 @@ InfiniteList.propTypes = {
119
]),
120
// @ts-ignore-line
121
pagination: PropTypes.oneOfType([PropTypes.element, PropTypes.bool]),
122
- perPage: PropTypes.number.isRequired,
+ perPage: PropTypes.number,
123
//@ts-ignore-line
124
sort: PropTypes.shape({
125
field: PropTypes.string,
0 commit comments