Replies: 1 comment 1 reply
-
can you share a Code sandbox link? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hey fellow hackers,
I have the following issue I have a react select field and I want to add a onChange function but if I set the type to Props I get the following error message:
React Select Code

onChange function:

Props Interface and options

If I use any in the onChange function it works but I want to use a type.. I tried to fix this issue since two hours any help is much appreciated!
Thanks,
Tim
Beta Was this translation helpful? Give feedback.
All reactions