Replies: 2 comments 5 replies
-
Can you give me some more info about your environment? What version of the following are you on:
If you are using TypeScript, what's your TS Config setup? And are you using a React framework like Next.js or Vite? The one thing I could recommend to at least try (without having more info) is just to completely delete your Also, remember that Chakra React Select v6 is only compatible with Chakra UI v3, and Chakra React Select v5 and below is only compatible with Chakra UI v2. Oh, and one other thing to check is if you have |
Beta Was this translation helpful? Give feedback.
-
Here are some screenshots of the differences. The code sandbox provides more detail regarding types. VS Code provides some detail and WebStorm provides none. |
Beta Was this translation helpful? Give feedback.
-
After following the install instructions I am able to properly import the package; however, when hovering over component props (isMulti, name, etc.), I do not get type information as shown in the code sandbox. Just want to make sure it's not user error (probably is) 😅
Beta Was this translation helpful? Give feedback.
All reactions