vaadin / router

Small and powerful client-side router for Web Components. Framework-agnostic.
https://vaadin.com/router
Apache License 2.0
406 stars 49 forks source link

Router.go not working properly #876

Open alienself opened 12 months ago

alienself commented 12 months ago

Hi,

Router.go does not always work properly: sometimes the url is changed in the url bar but no routing is performed, which is really frustrating.

Usage:

Router.go('/signin');