kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 192 forks source link

Browser's location.pathname gets overwritten when clicking on a URL #460

Closed billyvg closed 8 years ago

billyvg commented 8 years ago

If you click on an link inside of your application, the browser's URL doesn't get updated until the route is finished rendering, it seems.

Example:

What happens in your browser's address bar is:

arunoda commented 8 years ago

This is a known issues and fixed in the next major version 4.0, which is scheduled for end of this month.