I am struggling to get intellisense of my carbon components in react #18079
Replies: 3 comments
-
a dump of my
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, does this issue only occur with Carbon components or does it occur with other imports as well? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I figured out the issue it was my carbon version. Its basically not an issue. |
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.
-
I have
@carbon/react
installed on version "1.68.0". Normally on a component you expect that when you hitctrl + space
on vscode you get to see the component props. In my case, I do not. Any guide on how to do this? I am using typescript version5.6.3
. I even tried installing a random library I found on the package page on npmjs.org calledtypescript-config-carbon
but that was a futile attempt.Beta Was this translation helpful? Give feedback.
All reactions