pro-mern-stack icon indicating copy to clipboard operation
pro-mern-stack copied to clipboard

react router not compatible with react-router-bootstrap?

Open cfoutlier opened this issue 7 years ago • 1 comments

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')

cfoutlier avatar Jul 04 '17 20:07 cfoutlier

Try ensuring you have the follow versions in your package.json

"react-router": "^2.8.1", "react-router-bootstrap": "^0.23.3",

PhilipC29 avatar Nov 26 '17 00:11 PhilipC29