preactjs / preact-www

:book: Preact documentation website.
https://preactjs.com
MIT License
358 stars 500 forks source link

spiral example does not work in firefox #1161

Closed scarf005 closed 3 months ago

scarf005 commented 3 months ago
chrome firefox
image image

link

using firefox developer edition, 128.0b9 (64-bit, arm64, mac)

rschristian commented 3 months ago

Strangely it does sometimes work, but only after you decrease the COUNT or LOOPS (you can bump them right back up again afterwards).

I'm not sure it's a bug on our end.

(I've known of this for a little while, haven't yet had the time to track it down though)

rschristian commented 3 months ago

Looks like we're running afoul of https://github.com/whatwg/html/issues/4965 (or something related). FF seems to load async while Chrome and Safari do not.

Will get a fix together shortly.