Replies: 1 comment
-
Please can you try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to build a design system with vite, react, bun, tailwind and I'm using cva. Unfortunately, when using the package in another project, one of my exported component is trying to import ClassProp from class-variance-authority/types, which is leading to an error. If i'm modifying this to class-variance-authority/dist/types, it works, but I can't modify the node modules in production. Do you have any suggestions on how to fix this problem ?
Beta Was this translation helpful? Give feedback.
All reactions