Replies: 1 comment
-
|
Two changes between beta.13 and beta.14 that likely interact with your Shadow DOM setup: First, beta.14 bumps Rolldown from rc.3 to rc.4, which changed chunk merging behavior. There's a known regression in beta.15 (#21826) where CSS that was previously emitted as a single stylesheet started splitting into multiple Second, beta.14 updated the IIFE detection regex for CSS injection (commit 5003de6). If your build uses IIFE or UMD format, the injection helper could be landing in the wrong spot. Quickest way to isolate: add For Shadow DOM CSS injection that works today regardless: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to open a post before an issue because I'm not sure what's going on. Don't even know where to start to debug the issue... but
8.0.0-beta.13my code works8.0.0-beta.14something breaks8.0.0-beta.15now no error anymore but some tailwind styles doesn't work anymore in shadow domreduced.mp4
(sorry but the commands are at the very bottom so the video controls could hide, you can download the video using the more button)
Beta Was this translation helpful? Give feedback.
All reactions