Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: scoped: true component slot fallback content gets hidden during SSR hydration #6062

Closed
3 tasks done
johnjenkins opened this issue Nov 26, 2024 · 0 comments · Fixed by #6067
Closed
3 tasks done
Labels
Bug: Validated This PR or Issue is verified to be a bug within Stencil Help Wanted

Comments

@johnjenkins
Copy link
Contributor

Prerequisites

Stencil Version

latest

Current Behavior

Given SSR rendered markup, Stencil's client-side hydration hides slot fallback content
(e.g <slot>Fallback content</slot>)

Expected Behavior

slot fallback content shouldn't be hidden

System Info

No response

Steps to Reproduce

Open https://stackblitz.com/edit/stencil-start-ydmeww :

npm run build && npm run express

In the preview window, click on 'non-shadow'

Code Reproduction URL

https://stackblitz.com/edit/stencil-start-ydmeww

Additional Information

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: Validated This PR or Issue is verified to be a bug within Stencil Help Wanted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants