Open
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Stencil Version
latest
Stencil Framework Output Target
React
Stencil Framework Output Target Version
latest
Current Behavior
When server side rendering scoped components we currently don't properly inject the style tag of the component into the application. This causes hydration issues as Stencil removes the style tag when transforming a scoped component back into a shadow component.
Expected Behavior
Properly inject the style tag into the application.
Steps to Reproduce
n/a
Code Reproduction URL
n/a
Additional Information
n/a