Upgrading react-select V2 to V5 giving type error #4924
Unanswered
mertcihankurel
asked this question in
Q&A
Replies: 2 comments 7 replies
-
Hello @mcihadkurel, What version of TypeScript are you using specifically? You only provided the version string from your With that said, have you tried a newer version of TypeScript ( |
Beta Was this translation helpful? Give feedback.
7 replies
-
@mcihadkurel Perhaps creating a codesandbox would be more helpful for someone to look at and diagnose. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using react-select library's V2. I needed to upgrade it to latest version V5 to use its new features on accessibility.
After I upgraded this version, last few days I'm trying to handle this issue. I couldn't find any solution yet.
In Async.d.ts file;
comes by default from the library.
When I try to run the server, I get this Type error.
Typescript version:
"typescript": "^3.2.2"
React-select version:
"react-select": "^5.2.1"
Does anybody have an idea?
Beta Was this translation helpful? Give feedback.
All reactions