Shu Ding

Results 403 comments of Shu Ding

An option to configure extensions sounds good to me, by default it can be `["md", "mdx"]` but you can set it to `["mdx"]` only.

Oh I misunderstood what you meant — but that makes total sense still. The layouts and built-in components still rely on MDX compiler but we can look into a more...

> Adding `'use client'` still breaks styling for me on Next.js 13.0.1 @controversial Would you mind providing a detailed reproduction so that I can take a look? Thanks!

Hi @bayraak! The reason for directly using `false` here is, no matter what the value of `history.scrollRestoration` is, Next.js should never reset the scroll position to (0,0) when hitting back/forward...

@mmazzarolo The issue that this PR fixes (#20951) is when `window.history.scrollRestoration` is set to `'manual'` **by the user**, without enabling that experimental feature.

@gabrielgrover We already released `13.0.1`, let us know if the issue is still happening!

It seems like a Windows specific bug. I will investigate.

Yes, `gap` was landed in React Native too. It will take some effort to port latest Yoga to asm.js + WASM, and then test them in Satori. Regarding `vw`, `vh`,...

What is your use case @lunaisnotaboy? Why putting text inside `` isn’t an option for you?

If that is the case, I suggest you migrate to a HTML template (even if we have support) because you get proper text wrapping, and it will be much easier...