Styles are missng for web component
Version
3.2.2
Reproduction link
https://github.com/sherlock1982/hello-world-custom
Steps to reproduce
Just launch yarn serve
and open http://localhost:8080/
What is expected?
Both app instances to have same styles. Styles for custom app should be defined in shadowRoot
What is actually happening?
Styles are missing for custom-app component
I created a hello-world app and turned main app component into a web component. Now I expect custom-app
web component to be styled exactly how normal app.