From f44b4946e58df350290d65f46e871e941ba9a174 Mon Sep 17 00:00:00 2001 From: Seyed Masih Sajadi Date: Fri, 20 Nov 2020 15:28:10 +0330 Subject: [PATCH] Link to TypeScript 4.1 stable release (#3395) --- content/blog/2020-09-22-introducing-the-new-jsx-transform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2020-09-22-introducing-the-new-jsx-transform.md b/content/blog/2020-09-22-introducing-the-new-jsx-transform.md index c36896e2..623fe2f8 100644 --- a/content/blog/2020-09-22-introducing-the-new-jsx-transform.md +++ b/content/blog/2020-09-22-introducing-the-new-jsx-transform.md @@ -192,7 +192,7 @@ If you are using [eslint-plugin-react](https://github.com/yannickcr/eslint-plugi ### TypeScript {#typescript} -TypeScript supports the new JSX transform in [v4.1 beta](https://devblogs.microsoft.com/typescript/announcing-typescript-4-1-beta/#jsx-factories). +TypeScript supports the new JSX transform in [v4.1](https://devblogs.microsoft.com/typescript/announcing-typescript-4-1/#jsx-factories) and up. ### Flow {#flow}