-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Type 'string' cannot be used to index type 'T' - after upgrade from 3.4 to 3.5 #32704
Comments
Changed by #30769. Specifically see:
|
then shouldn't the major version be updated? e.g. |
if this is an intended change, how am I supposed to change my code to comply with the new version? also @RyanCavanaugh what is the duplicating issue? |
This issue has been marked as a 'Duplicate' and has seen no recent activity. It has been automatically closed for house-keeping purposes. |
TypeScript Version:
3.6.0-dev.20190804
as well as3.5.3
. It was fine in version3.4.5
Code
Here's a minimal reproduction tested using
tsc
:Expected behavior:
There shouldn't be breaking changes from one minor version to another
Actual behavior:
Upgrading my app from
3.4.5
to3.5.3
caused a build errorReal code: azerothcore/Keira3#12
The text was updated successfully, but these errors were encountered: