fix (hack) override history object with original

This commit is contained in:
Berkeley Martinez
2015-09-13 22:14:49 -07:00
parent e579cbd778
commit a34bcc2266

View File

@ -37,6 +37,7 @@ app$({ history, location: appLocation })
({ nextLocation, props }, appCat) => ({ nextLocation, props, appCat })
)
.flatMap(({ props, appCat }) => {
props.history = history;
return Render(
appCat,
React.createElement(Router, props),