[V5] Custom Select missing properties - Typescript upgrade #4848
-
Hi, everyone! Here's my Codesandbox: https://codesandbox.io/s/selectcontrol-error-74sm1 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks, we put a lot of work into it and love to get feedback! In your |
Beta Was this translation helpful? Give feedback.
Thanks, we put a lot of work into it and love to get feedback!
In your
components/SelectControl/index.ts
try importingProps
fromreact-select
instead of the declaration file. That seems to fix it for me.