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

Commits on Jun 29, 2023

  1. [BUGFIX stable] EmberComponent's element is an Element

    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 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6457263 View commit details
    Browse the repository at this point in the history