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.