Skip to content

Fix a type error when exactOptionalPropertyTypes is enabled#339

Merged
wagenet merged 1 commit intoemberjs:masterfrom
boris-petrov:exactOptionalPropertyTypes
Mar 19, 2024
Merged

Fix a type error when exactOptionalPropertyTypes is enabled#339
wagenet merged 1 commit intoemberjs:masterfrom
boris-petrov:exactOptionalPropertyTypes

Conversation

@boris-petrov
Copy link
Contributor

@wagenet
Copy link
Member

wagenet commented Mar 14, 2024

It seems like there would be a lot of other things affected by this, including the line immediately above: queryParams?: Dict<unknown>;

@boris-petrov
Copy link
Contributor Author

Right, this definitely doesn't fix all issues in this repo concerning exactOptionalPropertyTypes but it does fix all issues in a user's Ember app when using exactOptionalPropertyTypes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TypeScript errors when exactOptionalPropertyTypes is enabled

2 participants