fix: remote CSS does not get rebuilt properly (#1618)

* fix: remote CSS does not get rebuilt properly

This fixes an issue where inlined CSS from a remotely loaded `<link>` does not get applied properly due to object reference mutation.

* add changeset

* ci-cd on ubuntu-22.04 instead of latest

* keep mirror meta synced
This commit is contained in:
Billy Vong
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 65eb7c80aa
commit 07d43ec4e9
6 changed files with 200 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
---
"rrweb": patch
---
This fixes an issue where inlined CSS from a remotely loaded `<link>` does not get applied properly due to object reference mutation.