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

[BUGFIX stable] EmberComponent's element is an Element #20491

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

chriskrycho
Copy link
Contributor

Glimmer's notion of a component element is a SimpleElement, though, so we have one cast that is something of a "lie"; but this is important to preserve for the public API of EmberComponent since we document it as such.

Glimmer's notion of a component `element` is a `SimpleElement`, though,
so we have one cast that is something of a "lie"; but this is important
to preserve for the public API of `EmberComponent` since we document it
as such.
@chriskrycho chriskrycho merged commit 30799ff into main Jun 30, 2023
18 checks passed
@chriskrycho chriskrycho deleted the types/component-element branch June 30, 2023 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug TypeScript Work on Ember’s types
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] element in classic components no longer is a "normal" HTMLElement in the stable types
2 participants