We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a645ce2 commit 0171731Copy full SHA for 0171731
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mobx-wouter",
3
- "version": "1.2.22",
+ "version": "1.2.23",
4
"scripts": {
5
"clean": "rimraf dist",
6
"check": "eslint . --fix",
src/router/router.ts
@@ -76,6 +76,7 @@ export class MobxRouter implements IMobxRouter {
76
const url = this.createUrl(
77
78
...path,
79
+ // This
80
baseUrl: this.location.pathname,
81
},
82
this.type,
0 commit comments