-
Notifications
You must be signed in to change notification settings - Fork 214
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
TypeScript 3.9 #50
Comments
have you been able to fix it |
i upgraded to 3.7 only |
I guess I will use the same version thanks |
So do you all not get the error if you run typescript version 3.7? I tried that and I kept getting the error, so I'm not sure how to move forward. Does anyone know what the actual fix is? |
i do not get the error with ts 3.7. the actual fix is to not use typescript. i.e. rename the file to .js and remove all the types. |
I just want to mention typescript |
use ts |
It's so easy to solve "Type 'R[K]' does not satisfy the constraint '(...args: any) => any'". |
Simple but beautiful. Thanks alot |
I tried to upgrade to get some esnext features, but there seem to be some breaking changes. I think https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-9.html#type-parameters-that-extend-any-no-longer-act-as-any . Getting errors with
combineReducers.ts
in various places andAbout.tsx
withsetPopoverEvent(e.nativeEvent);
The text was updated successfully, but these errors were encountered: