We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad95d62 commit dcada37Copy full SHA for dcada37
src/withJob.js
@@ -39,8 +39,8 @@ export default function withJob(config) {
39
getNextId: PropTypes.func.isRequired,
40
register: PropTypes.func.isRequired,
41
get: PropTypes.func.isRequired,
42
- getRehydrate: React.PropTypes.func.isRequired,
43
- removeRehydrate: React.PropTypes.func.isRequired,
+ getRehydrate: PropTypes.func.isRequired,
+ removeRehydrate: PropTypes.func.isRequired,
44
}),
45
};
46
0 commit comments