-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugged: Import path correction for Next.JS
(apps/www/content/docs/installation/next.mdx)
#839
Conversation
…/installation/next.mdx)
@GrungeElFz is attempting to deploy a commit to the shadcn-pro Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @GrungeElFz, thank you so much. Now that I look closely, also the other framework's imports are incorrect (apart from Astro
). Could you please update them too?
Hi, @dan5py 👋 I'd be happy to update the import paths from other frameworks as well 😊👍 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
…installation/gatsby.mdx)
…nstallation/remix.mdx)
…stallation/vite.mdx)
Import path corrections :
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome. Thank you.
⇡ Reminder: This pull request has not been merged. [@dan5py] |
Let's merge asap 🛠️ @GrungeElFz Nice PR! |
⇡ Reminder: This pull request has not been merged. [@dan5py] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Somehow this doc typo resulted in several issues and 6 DMs :)
Thanks for the fix!
Co-authored-by: shadcn <[email protected]>
Co-authored-by: shadcn <[email protected]>
Co-authored-by: shadcn <[email protected]>
Ticket: #838
import { Button } from "@/components/ui"
will result with:Correction:
import { Button } from "@/components/ui/button"