bugfix: route params not populated correctly
This commit is contained in:
parent
5c69539ab8
commit
1e4659db19
|
@ -41,7 +41,7 @@ export const screenRouter = (screens, onScreenSelected, appRootPath) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const storeInitial = {}
|
const storeInitial = {}
|
||||||
storeInitial["##routeParams"]
|
storeInitial["##routeParams"] = params
|
||||||
const store = writable(storeInitial)
|
const store = writable(storeInitial)
|
||||||
|
|
||||||
if (current !== -1) {
|
if (current !== -1) {
|
||||||
|
|
Loading…
Reference in New Issue