We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
scoped: true
Latest
Rendering a scoped: true component utilising <slot /> / slotted contents, results in hydration errors and render errors
<slot />
No hydration errors. No rendering errors.
No response
Within repro repo:
pnpm i cd packages/stencil-components pnpm build cd ../nuxt-test pnpm dev
https://github.com/johnjenkins/nuxt-stencil-testing
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Prerequisites
Stencil Version
Latest
Current Behavior
Rendering a
scoped: true
component utilising<slot />
/ slotted contents, results in hydration errors and render errorsExpected Behavior
No hydration errors. No rendering errors.
System Info
No response
Steps to Reproduce
Within repro repo:
Code Reproduction URL
https://github.com/johnjenkins/nuxt-stencil-testing
Additional Information
No response
The text was updated successfully, but these errors were encountered: