Skip to content

Commit e6ff154

Browse files
authored
Merge pull request #4609 from ngault/master
Update README to clarify need for @types for v4 and not for v5
2 parents 3f1bfb4 + fd0c3fa commit e6ff154

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ Check the docs for more information on:
150150
- [Allowing users to create new options](https://www.react-select.com/creatable)
151151
- [Advanced use-cases](https://www.react-select.com/advanced)
152152

153+
## Typescript
154+
155+
The v5 release represents a rewrite from JavaScript to Typescript. The types for v4 and earlier releases are available at [@types](https://www.npmjs.com/package/@types/react-select).
156+
153157
# Thanks
154158

155159
Thank you to everyone who has contributed to this project. It's been a wild ride.

0 commit comments

Comments
 (0)