fix (hack) override history object with original

pull/3525/head
Berkeley Martinez 2015-09-13 22:14:49 -07:00
parent e579cbd778
commit a34bcc2266
1 changed files with 1 additions and 0 deletions

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