1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

bugfix: route params not populated correctly

This commit is contained in:
Michael Shanks 2020-02-25 22:27:02 +00:00
parent 7f62f76924
commit 8ab04fa944

View file

@ -41,7 +41,7 @@ export const screenRouter = (screens, onScreenSelected, appRootPath) => {
}
const storeInitial = {}
storeInitial["##routeParams"]
storeInitial["##routeParams"] = params
const store = writable(storeInitial)
if (current !== -1) {