-
-
Notifications
You must be signed in to change notification settings - Fork 834
feat: allow hydrateDocument to have serializeShadowRoot: scoped #6240
Copy link
Copy link
Closed
Labels
Good First IssueThis is a good first issue for someone wantng to contribute to Stencil!This is a good first issue for someone wantng to contribute to Stencil!
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already include this feature request, without success.
Describe the Feature Request
Currently, it's possible to use serializeShadowRoot: scoped when using renderToString to SSR hydrate. We would like to extend this option to hydrateDocument as well.
Describe the Use Case
We want feature parity in terms of rendering regardless of SSR rendering choice. Some of our consumers use hydrateDocument and would want to continue to use it moving forward.
Describe Preferred Solution
No response
Describe Alternatives
No response
Related Code
No response
Additional Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Good First IssueThis is a good first issue for someone wantng to contribute to Stencil!This is a good first issue for someone wantng to contribute to Stencil!