scarlet

Results 6 comments of scarlet

After doing some digging, It looks like the issue is with `prettier.format(...)` ```typescript content: `${banner()}${prettier.format(src, PRETTIER_OPTS)}`, ``` If I change it to ```typescript content: `${banner()}${await prettier.format(src, PRETTIER_OPTS)}`, ``` it works...

I just started getting this issue as well. In my case at least, when I run "server", it builds the server files correctly. But when I run "serve-ssr" after, it...

After some further testing, this seems to be a JetBrains Rider issue rather than an Avalonia issue. Closing this, my apologies.

Nope, I was mistaken again. It just happens intermittently. Sorry!

Issue appears to be present in nightly as well (tested 12.0.999-cibuild0056719-alpha).

![Image](https://github.com/user-attachments/assets/920c5a6f-238b-4352-9e62-449b0b834c8b) Also worth noting that it affects my text rendering, which is using FormattedText as well, causing it to overlap with emojis.