I am using response-router v.2.0.0.-rc3 and typescript. I installed the definition file via tsd . Since they changedbrowserHistory from bein mixin to module, I get an error Module '"react-router"' has no exported member 'browserHistory'on my terminal when compiling javascript via webpack, is there an easy way to change the file react-router.d.tsto fix the error? Or do I just need to wait until they update the definition file? My application is working fine, I'm just scared of an error.
source
share