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 init can have no args #20492

Merged
merged 1 commit into from
Jun 29, 2023

Conversation

chriskrycho
Copy link
Contributor

Bitten by the Δ between t: T | undefined and t?: T | undefined, my very favorite.

Fixes #20483.

Bitten by the Δ between `t: T | undefined` and `t?: T | undefined`, my
very favorite.
@chriskrycho chriskrycho added Bug TypeScript Work on Ember’s types labels Jun 29, 2023
@chriskrycho chriskrycho merged commit ed65954 into main Jun 29, 2023
15 checks passed
@chriskrycho chriskrycho deleted the types/component-init branch June 29, 2023 23:15
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.

init in classic components takes an argument in the stable types
1 participant