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
The element renders fine but the following type error is shown: Object literal may only specify known properties, but '_template' does not exist in type 'PolymerInit'. Did you mean to write 'template'?
Versions
Polymer: v3.0.5
TypeScript: v3.0.1
The text was updated successfully, but these errors were encountered:
I am having issues with the types for legacy elements:
Steps to reproduce
Declare a legacy polymer element via TypeScript:
Expected Results
There are no type errors.
Actual Results
The element renders fine but the following type error is shown:
Object literal may only specify known properties, but '_template' does not exist in type 'PolymerInit'. Did you mean to write 'template'?
Versions
The text was updated successfully, but these errors were encountered: