SchabanBo / qlevar_router

Manage you project Routes. Create nested routes. Simply navigation without context to your pages. Change only one sub widget in your page when navigating to new route.
MIT License
86 stars 22 forks source link

HotRestart do not set path to initial value #116

Closed gabriel-gheorghe closed 2 months ago

gabriel-gheorghe commented 1 year ago

EXAMPLE: Init path: http://localhost:53724/home/about Current path: http://localhost:53724/home/products/product-67

When I do hot restart the browser refreshes the web page but the path is still: http://localhost:53724/home/products/product-67 I must be reset to: http://localhost:53724/home/about