Replies: 1 comment 2 replies
-
@switz what are you using to render MDX server-side? Gatsby? Next.js? Something else? |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
client-server-mdx.mov
See the flicker above as the client side rendering hydrates
MDX:
This is what my code looks like. On the server it renders the footnote as a separate paragraph. On the client, it overtakes it and renders it properly.
Serverside:
Clientside:
Beta Was this translation helpful? Give feedback.
All reactions