Setting the pushState params in the f7params on app initialization does not seem to get passed down to the Router instance on initialization. I believe there is a bug on this line where it should just be pointing to app.params instead of app.params.view:
Describe the bug
Setting the
pushState
params in thef7params
on app initialization does not seem to get passed down to the Router instance on initialization. I believe there is a bug on this line where it should just be pointing toapp.params
instead ofapp.params.view
:https://github.com/framework7io/framework7/blob/8b8a5bd7702ee9df6f5ac96e744f4ff4e9c491b1/src/core/modules/router/router-class.js#L29
To Reproduce
Steps to reproduce the behavior:
pushState: true, pushStateSeparator: "",
Expected behavior
f7params should be used by Router instance at the application level
Actual Behavior
Router is using default view params.