We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ba28a6 + 4e7c563 commit c8dd5c4Copy full SHA for c8dd5c4
examples/real-world/containers/Root.prod.js
@@ -15,5 +15,6 @@ export default class Root extends Component {
15
}
16
17
Root.propTypes = {
18
- store: PropTypes.object.isRequired
+ store: PropTypes.object.isRequired,
19
+ history: PropTypes.object.isRequired
20
0 commit comments