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 03a8b81 commit 879fed9Copy full SHA for 879fed9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mobx-wouter",
3
- "version": "4.0.0",
+ "version": "4.0.1",
4
"scripts": {
5
"clean": "rimraf dist",
6
"lint:check": "eslint . --fix",
src/router/router.ts
@@ -16,7 +16,9 @@ import {
16
RouterType,
17
} from './router.types.js';
18
19
-export class Router<THistory extends AnyHistory = AnyHistory> implements IRouter<THistory> {
+export class Router<THistory extends AnyHistory = AnyHistory>
20
+ implements IRouter<THistory>
21
+{
22
history: THistory;
23
location: THistory['location'];
24
queryParams: IQueryParams;
0 commit comments