I am having issues getting the onChange hook in react-router to work properly. Here is my routes file:
import React from \'react\'; import { Router, Route, brows
I'm using react-router ^2.4.0 and onUpdate did not work for me. I have instead used onChange on my base Route component.
const Routes = ( {/* App Routes */} );