Replies: 1 comment 7 replies
-
Hey @thereis, thanks for the idea! Would you mind sharing why you wouldn't choose to use alias import paths ( Regarding the single I hope this clarifies our decision a little bit 😊 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem or use case
Currently, I am trying to implement the untitled-ui in a monorepo, with turbopack, but due to the TypeScript paths, it's not able to import the files and resolve to the correct path.
Proposed solution
Instead of using the typescript paths, use relative paths and correctly export the dependencies/components into a single index.ts file.
Alternatives considered
No response
Examples or mockups
No response
Beta Was this translation helpful? Give feedback.
All reactions