You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After transitioning to the latest alpha version, I noticed that when I use encapsulation: ViewEncapsulation.Native on my views, the <style></style> tags get appended to the wrong places. Actually, each style tag gets duplicated in each shadow root.
But encapsulation: ViewEncapsulation.Emulated works just fine.
The text was updated successfully, but these errors were encountered:
After transitioning to the latest alpha version, I noticed that when I use
encapsulation: ViewEncapsulation.Native
on my views, the<style></style>
tags get appended to the wrong places. Actually, each style tag gets duplicated in each shadow root.But
encapsulation: ViewEncapsulation.Emulated
works just fine.The text was updated successfully, but these errors were encountered: