bugfix: route params not populated correctly

This commit is contained in:
Michael Shanks 2020-02-25 22:27:02 +00:00
parent 5c69539ab8
commit 1e4659db19
1 changed files with 1 additions and 1 deletions

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) {