PolymerElements / app-route

A modular client-side router
https://www.polymer-project.org/1.0/articles/routing.html
146 stars 66 forks source link

queryParams blank when using client-side navigation #216

Open markbrocato opened 6 years ago

markbrocato commented 6 years ago

Description

<app-location query-params="{{queryParams}}"></app-location> does populate the queryParams property on initial page load, but does not update the queryParams property on subsequent navigation.

Expected outcome

The queryParams property should be updated on location-changed.

Actual outcome

The queryParams property becomes blank on subsequent navigation.