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 2fcb24f commit 6c6185dCopy full SHA for 6c6185d
src/pagination/PaginationList.js
@@ -149,7 +149,7 @@ class PaginationList extends Component {
149
dropdown = sizePerPageDropDown({
150
open: this.state.open,
151
hideSizePerPage,
152
- currSizePerPage: sizePerPage,
+ currSizePerPage: String(sizePerPage),
153
sizePerPageList,
154
toggleDropDown: this.toggleDropDown,
155
changeSizePerPage: this.changeSizePerPage
0 commit comments