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
Originally posted by shirafzx January 20, 2025
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
shirafzx
changed the title
Next.JS + VSCode intellisense not suggest HeroUI (NextUI)
[BUG] - Next.JS + VSCode intellisense not suggest HeroUI (NextUI)
Jan 20, 2025
Discussed in #4602
Originally posted by shirafzx January 20, 2025
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
The text was updated successfully, but these errors were encountered: