Skip to content

Commit 1766963

Browse files
committed
fix(routerfiy): Convert back to MemoryStream on adapt boundary
1 parent bec72ad commit 1766963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routerify.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function routerify(
4444

4545
return function(sources: any): any {
4646
const routerSource = new RouterSource(
47-
xs.fromObservable(sources[opts.historyName]),
47+
xs.fromObservable(sources[opts.historyName]).remember(),
4848
[],
4949
createHref,
5050
routeMatcher

0 commit comments

Comments
 (0)