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

chore: test usage of default slot with scoped data #5024

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

jhefferman-sfdc
Copy link
Contributor

Details

Add specific coverage for scoped default slots (currently, engine-server does not render all content, see #5020)

Does this pull request introduce a breaking change?

  • ๐Ÿ˜ฎโ€๐Ÿ’จ No, it does not introduce a breaking change.

Does this pull request introduce an observable change?

  • ๐Ÿคž No, it does not introduce an observable change.

Copy link
Collaborator

@nolanlawson nolanlawson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think eventually we are going to want to fix engine-server but I agree with having the test!

@@ -0,0 +1,9 @@
<template>
<x-child>
<!-- TODO [#5020]: Fix rendering of scoped slot content, so that content outside of the template renders correctly with engine-server -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment is great! I have a feeling there are other tests added recently which are expected failures of engine-server but aren't documented as such and only in PR comments.

@jhefferman-sfdc jhefferman-sfdc merged commit 3d28140 into master Dec 10, 2024
11 checks passed
@jhefferman-sfdc jhefferman-sfdc deleted the mob/scoped-default-slot-test branch December 10, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants