You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used iron-location to get query parameters from url. If we also change the data property of app-route, the url will not be changed in address bar. For example:
Description
We used iron-location to get query parameters from url. If we also change the data property of app-route, the url will not be changed in address bar. For example:
...
this.set('routeData.view', 'GNAAA');
Expected outcome
http://someurl/index.html#/GNAAA
Actual outcome
http://someurl/index.html#/
If we remove the iron-location from our code, all works as expected.
Browsers Affected
The text was updated successfully, but these errors were encountered: