Sync browser navigation with app
This commit is contained in:
@@ -16,6 +16,7 @@ function App() {
|
||||
view.setup()
|
||||
setupState().then(store => {
|
||||
setRootStore(store)
|
||||
store.nav.bindWebNavigation()
|
||||
getInitialURL().then(url => {
|
||||
if (url) {
|
||||
store.nav.handleLink(url)
|
||||
|
||||
Reference in New Issue
Block a user