Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 6455f5b

Browse files
committed
Removing extraneous propTypes from pager
1 parent 439b4aa commit 6455f5b

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tabletable",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A simple and extremely flexible table component written in React.",
55
"main": "dist/entry.js",
66
"scripts": {

src/Pager.jsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,4 @@ export default class TabletablePager extends React.Component {
102102
TabletablePager.defaultProps = {
103103
maxPage: 1,
104104
currentPage: 1,
105-
};
106-
107-
TabletablePager.propTypes = {
108-
displayPages: React.PropTypes.number.isRequired,
109-
maxPage: React.PropTypes.number.isRequired,
110-
currentPage: React.PropTypes.number.isRequired,
111-
onPageChange: React.PropTypes.func.isRequired,
112-
};
105+
};

0 commit comments

Comments
 (0)