How to use client components in MDX?
Unanswered
Afghan Hound posted this in #help-forum
Afghan HoundOP
I've been trying to use MDX for my personal site, but I need to use client components within it. When I do, the effects of the client component (marked with "use client" and everything" )are run on the server side, and the client gets an intermittent state of the child client component that never hydrates properly. Is this a known issue? Do I need to configure something specific?