You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem : VSCode Intellisense not suggest heroui component when install multiple dependencies
Reproduce
Installing lastest Next.JS
Installing HeroUI by CLI
heroui add
select button
from this step VSCode intellisense still working well
heroui add again and select multi component
I selected these following component
and I got no suggestion like this
but compoent still working if manual import import { HeroUIProvider } from "@heroui/system";
Or did I do something wrong? Thankyou :D
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Problem : VSCode Intellisense not suggest heroui component when install multiple dependencies
Reproduce
heroui add
button
from this step VSCode intellisense still working well
heroui add
again and select multi componentbut compoent still working if manual import
import { HeroUIProvider } from "@heroui/system";
Or did I do something wrong? Thankyou :D
this is tailwind config
this is package.json
Beta Was this translation helpful? Give feedback.
All reactions