React version
#5128
Replies: 1 comment
-
Hi @pcpatfire , I tested this code on codesandbox.. It is working just fine How are you using |
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
-
I'm trying to use the current version of react-select in my project with react version 17.0.2, but even with the simplest example from your documentation:
I get the following error:
Invalid hook call. Hooks can only be called inside of the body of a function component.
Is there a compatibility problem with my react version? What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions