-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Cannot record web Component css #669
Comments
@GoncaloDuarte98 Could you provide an example code for debugging? |
|
@GoncaloDuarte98 Could you provide the source code of this web component? |
@Yuyz0112 you can try these examples lit playground, starter kit and material wc. It doesn't work with any web component using lit |
Proposal: record
|
Any update on adding this feature? We have encountered this problem on some sites as well, where the video replay is missing styling due to a constructed stylesheet. |
Ran into this issue with shadow DOM recordings as well, @Yuyz0112's plan looks like a good one. It seems like one of the few remaining shortcomings of the current shadow dom record mechanism. Is there any current plan to implement this? (@Mark-Fenng). Thanks! |
I cannot record the css inside a lit Element web Component. I can see the component but no style which breaks the recording
The text was updated successfully, but these errors were encountered: