Skip to content
New issue

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

fix: Fix typing issue with @customElement #317

Closed
wants to merge 1 commit into from
Closed

fix: Fix typing issue with @customElement #317

wants to merge 1 commit into from

Conversation

nrdobie
Copy link

@nrdobie nrdobie commented Nov 28, 2018

Fixes #291

It appears the issue is with TypeScript optimizing the keyof statement for the declaration file. This hack should stop TypeScript from optimizing and make it behave as expected.

This would be an alternative to PR #292

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants