Skip to content

Commit bb4190f

Browse files
authored
Merge pull request #502 from typescript-cheatsheets/version
Assume latest React version
2 parents 162c448 + b36c18e commit bb4190f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: Setup TypeScript with React
1010
3. having read [the TypeScript section in the official React docs](https://reactjs.org/docs/static-type-checking.html#typescript).
1111
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)
1212

13-
This guide will always assume you are starting with the latest TypeScript version. Notes for older versions will be in expandable `<details>` tags.
13+
This guide will always assume you are starting with the latest TypeScript and React versions. Notes for older versions will be in expandable `<details>` tags.
1414

1515
## VS Code Extensions
1616

0 commit comments

Comments
 (0)