We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Guys,
the types in demo-snippet.d.ts are incompatible with TypeScript vesion 3-
package.jon: @polymer/iron-demo-helpers": "^3.0.2", "typescript": "^3.1.3",
Output from TypeScript:
/node_modules/@polymer/iron-demo-helpers/demo-snippet.d.ts(51,11): error TS2320: Interface 'DemoSnippetElement'cannot simultaneously extend types 'LegacyElementMixin' and 'HTMLElement'.
Named property 'toggleAttribute' of types 'LegacyElementMixin' and 'HTMLElement' are not identical.
Best Regards
The text was updated successfully, but these errors were encountered:
Hi @hen42,
better late than never: using polymer "^3.2.0" will fix this issue, see polymer Issue 5372.
Regards
Sorry, something went wrong.
Thanks. :)
No branches or pull requests
Hi Guys,
the types in demo-snippet.d.ts are incompatible with TypeScript vesion 3-
package.jon:
@polymer/iron-demo-helpers": "^3.0.2",
"typescript": "^3.1.3",
Output from TypeScript:
/node_modules/@polymer/iron-demo-helpers/demo-snippet.d.ts(51,11): error TS2320: Interface 'DemoSnippetElement'cannot simultaneously extend types 'LegacyElementMixin' and 'HTMLElement'.
Named property 'toggleAttribute' of types 'LegacyElementMixin' and 'HTMLElement' are not identical.
Best Regards
The text was updated successfully, but these errors were encountered: