pro-mern-stack
pro-mern-stack copied to clipboard
react router not compatible with react-router-bootstrap?
Errors receiving in javascript console:
Warning: Failed context type: The context router.history
is marked as required in LinkContainer
, but its value is undefined
TypeError: undefined is not an object (evaluating 'this.context.router.history.createHref')
Try ensuring you have the follow versions in your package.json
"react-router": "^2.8.1", "react-router-bootstrap": "^0.23.3",