PolymerElements / app-route

A modular client-side router

Home Page:https://www.polymer-project.org/1.0/articles/routing.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infinite loop with version 0.9.3

n4ttila opened this issue · comments

Description

The 0.9.3 'app-route' generates infinite loop. (0.9.2. worked fine)

Code example:

<app-location route="{{route}}" use-hash-as-path></app-location>
<app-route route="{{route}}" pattern="/:page" data="{{routeData}}"></app-route>

app-route issue

Not sure if related, but I'm seeing this in 0.9.2 when a single quote mark (%27) gets added to queryParams.