From b36c18e48f82d595307033c62de7498d6b5986dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Tammerg=C3=A5rd?= Date: Mon, 25 Apr 2022 09:50:50 +0200 Subject: [PATCH] Assume latest React version --- docs/basic/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basic/setup.md b/docs/basic/setup.md index 25aa181a..4c0bbf6b 100644 --- a/docs/basic/setup.md +++ b/docs/basic/setup.md @@ -10,7 +10,7 @@ title: Setup TypeScript with React 3. having read [the TypeScript section in the official React docs](https://reactjs.org/docs/static-type-checking.html#typescript). 4. having read [the React section of the new TypeScript playground](http://www.typescriptlang.org/play/index.html?jsx=2&esModuleInterop=true&e=181#example/typescript-with-react) (optional: also step through the 40+ examples under [the playground's](http://www.typescriptlang.org/play/index.html) Examples section) -This guide will always assume you are starting with the latest TypeScript version. Notes for older versions will be in expandable `
` tags. +This guide will always assume you are starting with the latest TypeScript and React versions. Notes for older versions will be in expandable `
` tags. ## VS Code Extensions