-
Notifications
You must be signed in to change notification settings - Fork 814
Closed
Labels
Bug: ValidatedThis PR or Issue is verified to be a bug within StencilThis PR or Issue is verified to be a bug within StencilHelp Wanted
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
Current Behavior
- Setup a component with complex property (not an attribute),
- SSR the property (e.g. using
beforeHydrate
) - Take too long to 'hydrate' i.e. setting the property Client-Side (> 300ms)
This setup results in nodes added via SSR being duplicated on the client.
Expected Behavior
Nodes should not be duplicated
System Info
Steps to Reproduce
https://github.com/johnjenkins/stencil-start-m6opf9rg/
pnpm i
pnpm build
pnpm express
Code Reproduction URL
https://github.com/johnjenkins/stencil-start-m6opf9rg/
Additional Information
No response
Metadata
Metadata
Assignees
Labels
Bug: ValidatedThis PR or Issue is verified to be a bug within StencilThis PR or Issue is verified to be a bug within StencilHelp Wanted