-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code is displayed incorrectly on fresh docs on Windows Edge browser (on recent install) #2322
Comments
I can reproduce that. This is super odd |
Believe it is being caused by partials, it goes away when reloading the page |
I'm seeing the same thing on both Chrome 121.0.6167.185 (64-bit) and Firefox 120.0.1 (64-bit). I can't imagine OS is related but just for the sake of completeness I'm on Windows 11 22H2 Build 22621.3007. If someone else doesn't figure it out before the weekend, I'd be happy to look into it myself. |
Yeah it's not OS related and is reproduceable in every browser. It's likely that it's triggering something weird in Preact's child reconciliation algorithm |
Likely related: preactjs/preact#4287 |
We can re-enable once preactjs/preact#4287 is fixed. Fixes #2322
The text was updated successfully, but these errors were encountered: