Skip to content

Commit dcada37

Browse files
authored
Last two prop-types
1 parent ad95d62 commit dcada37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/withJob.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ export default function withJob(config) {
3939
getNextId: PropTypes.func.isRequired,
4040
register: PropTypes.func.isRequired,
4141
get: PropTypes.func.isRequired,
42-
getRehydrate: React.PropTypes.func.isRequired,
43-
removeRehydrate: React.PropTypes.func.isRequired,
42+
getRehydrate: PropTypes.func.isRequired,
43+
removeRehydrate: PropTypes.func.isRequired,
4444
}),
4545
};
4646

0 commit comments

Comments
 (0)