Skip to content
This repository was archived by the owner on Jan 4, 2018. It is now read-only.

Commit 2109ba4

Browse files
committed
Merge pull request #45 from shalomeir/patch-1
Update fetchOnUpdate.js
2 parents 34d0f5e + 90bef53 commit 2109ba4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/decorators/fetchOnUpdate.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ export default function fetchOnUpdate (paramKeys, fn) {
1313
class FetchOnUpdateDecorator extends React.Component {
1414

1515
static propTypes = {
16-
actions: PropTypes.object
16+
actions: PropTypes.object,
17+
params: PropTypes.object
1718
}
1819

1920
componentWillMount () {

0 commit comments

Comments
 (0)