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
Is there a reason why you use the template tag in the app-route? If you simply address the difference between tag name and path, just use the element attribute like this:
When using app-router in combination with custom polymer (0.5.5) elements , I get the following warning:
Attributes on hello-world were data bound prior to Polymer upgrading the element. This may result in incorrect binding types.
I get this for example with the following html:
Where the hello-world element is defined as follows:
The text was updated successfully, but these errors were encountered: