fable-compiler / fable-arch

Framework for building applications based on the elm architecture.
https://fable-compiler.github.io/fable-arch/
Apache License 2.0
60 stars 14 forks source link

Navigation module don't update on load #66

Closed MangelMaxime closed 7 years ago

MangelMaxime commented 7 years ago

If we are using the navigation module and loading an application with a initial state in the URL. Then the application, init is not matching the url state.

If we trigger an update in the application or in the URL then the state is matching.

Reproduction code will come with the docs site update.