Skip to content

Commit 6828ebe

Browse files
committed
Added missing propType validation
1 parent 7ba28a6 commit 6828ebe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/real-world/containers/Root.dev.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ export default class Root extends Component {
1919
}
2020

2121
Root.propTypes = {
22-
store: PropTypes.object.isRequired
22+
store: PropTypes.object.isRequired,
23+
history: PropTypes.object.isRequired
2324
}

0 commit comments

Comments
 (0)