You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a custom element built using Sveltes' component inclusion results in the included component style not being inherited.
This appears to come from the premise that if the main component is a custom element, all components inside it must be custom elements too, whereas this is not fully reflected by the compiled code.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Having a custom element built using Sveltes' component inclusion results in the included component style not being inherited.
This appears to come from the premise that if the main component is a custom element, all components inside it must be custom elements too, whereas this is not fully reflected by the compiled code.
demo repo demonstrating the issue
The text was updated successfully, but these errors were encountered: