-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Upgrade to TypeScript version 2.9 #880
Comments
This would also allow generic components in JSX 👍 |
Hey! I will close as this has been made in the meantime by moving to normal Create React app and now our versions come from react scripts Please reopen if needed :) |
This was referenced Jan 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🌈 Feature
Upgrade to TypeScript 2.9 (Expecially in the react-ts template)
TypeScript 2.9 should be supported (or the latest version / the one at https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-8.html)
This would allow people to use the
Extract
,conditional types
and many other features of typescript 2.8+Update: upgrading to the latest version of typescript (3.0+) would also allow for many other features, such as mapped tuple types, unknown, etc.
The text was updated successfully, but these errors were encountered: