Skip to content

Commit 0171731

Browse files
committed
bump: v1.2.23
1 parent a645ce2 commit 0171731

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-wouter",
3-
"version": "1.2.22",
3+
"version": "1.2.23",
44
"scripts": {
55
"clean": "rimraf dist",
66
"check": "eslint . --fix",

src/router/router.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export class MobxRouter implements IMobxRouter {
7676
const url = this.createUrl(
7777
{
7878
...path,
79+
// This
7980
baseUrl: this.location.pathname,
8081
},
8182
this.type,

0 commit comments

Comments
 (0)