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