bug: scoped: true
component slot fallback content gets hidden during SSR hydration
#6062
Closed
3 tasks done
Labels
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
The text was updated successfully, but these errors were encountered: