-
Notifications
You must be signed in to change notification settings - Fork 794
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
Elements rendered outside of slot when shadow not enabled #2641
Comments
works around a stencil issue ionic-team/stencil#2641
works around a stencil issue ionic-team/stencil#2641
Hi, the linked issue is pretty old and was closed out. If this is still affecting you, can you provide a test case so we can replicate it? Thanks! |
I see this issue too :) When the component gets re-rendered the newly added elements will be re-positioned. |
Thanks for the repo. I've confirmed that this occurs when:
|
Thanks for the issue! This issue is being closed due to inactivity. If this is still an issue with the latest version of Stencil, please create a new issue and ensure the template is fully filled out. Thank you for using Stencil! |
The fix for this issue has been released as a part of today's v4.2.0 release. To enable it, please ensure that experimantalSlotFixes (Docs) is set to |
Stencil version:
I'm submitting a:
[ x ] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:
I am seeing the behavior described in #897. The only difference is I do not have shadow enabled. If I enable shadow I see the correct behavior.
Expected behavior:
Children added to a slot after initial render should show up inside the designated slot.
Steps to reproduce:
Related code:
Other information:
The text was updated successfully, but these errors were encountered: