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

Updating to TypeScript 5.x requires accommodation of suppressImplicitAnyIndexErrors deprecation #345

Closed
jeffputz opened this issue Sep 9, 2023 · 0 comments
Assignees
Projects

Comments

@jeffputz
Copy link
Collaborator

jeffputz commented Sep 9, 2023

Because Typescript v5 deprecates the suppressImplicitAnyIndexErrors config flag (see: microsoft/TypeScript#51909), the observable client code breaks since you can't access a property by index.

@jeffputz jeffputz self-assigned this Sep 9, 2023
@jeffputz jeffputz added this to To do in v20 Release Sep 9, 2023
@jeffputz jeffputz moved this from To do to In progress in v20 Release Sep 9, 2023
@jeffputz jeffputz changed the title Updating to TypeScript 5.x requires rewriting StateBase for @WatchProperty Updating to TypeScript 5.x requires accommodation of suppressImplicitAnyIndexErrors deprecation Sep 9, 2023
jeffputz added a commit that referenced this issue Sep 9, 2023
@jeffputz jeffputz moved this from In progress to Done in v20 Release Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant