Prerequisites
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
Prerequisites
Stencil Version
latest
Current Behavior
beforeHydrate)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