Replies: 2 comments 22 replies
-
Why? You can add the use client directive to your components and use them in MDX files. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Ok So few realisations. When using bundlers the use client isn't getting used in my bundle file due to which it was still showing me that server componenet. https://www.loom.com/share/61a961d31a944afd95210791cd549ebd?sid=6d1f91c6-9f01-4cdb-8027-3a19fd562a65 here I have used a technie wher I am exporting it first to a file and then using use client directive above it this way it works but for osme reason the ui is distorted. Can you help please? |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating a design system I want to put the components but I don't know how to fix the "use client"
Beta Was this translation helpful? Give feedback.
All reactions