Skip to content

Commit a708685

Browse files
lamo2k123olegman
authored andcommitted
params always object (#1)
1 parent 1f052c9 commit a708685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const initialState = {
1212
location: null,
1313
route: null,
1414
status: null,
15-
params: null,
15+
params: {},
1616
redirect: null,
1717
error: null,
1818
isTransition: false

0 commit comments

Comments
 (0)