Why is my component package not working? #10123
Unanswered
codingChewie
asked this question in
Help
Replies: 0 comments
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.
-
Summary
When I bring in a package component into my web app:
I'm told after running a root level dev command:
reports with the error of:
package/shadcn
in the package I'm not getting any errors:
Found 0 errors. Watching for file changes.
but I'm wondering is my export incorrect in package.json?
or am I setting up my tsconfig.json incorrectly:
Component reference from the same package
I am also noticing that in another component (
Carousel) that to import I have to do:and it errors when I try:
reference point.
I looked for examples but am not seeing a good reference. What am I doing wrong here or am misunderstanding from the documentation?
Additional information
No response
Example
https://github.com/codingChewie/turborepo-testing
Beta Was this translation helpful? Give feedback.
All reactions