I have a React app using React-Router that I'm embedding into an Electron app. It works great when using hashHistory
, but when I switch to browserHistory
, nothing works (e.g. the page doesn't load at all). No errors or anything, just a blank page and a noscript
loaded into the root. Any thoughts why this could be?
EDIT: This was the case with the previous version of React-Router, and on the version I just updated to (2.0.0). Also using the latest stable React.