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

fix(ssr): adjacent text in <template>s #4984

Merged
merged 2 commits into from
Dec 2, 2024
Merged

Conversation

nolanlawson
Copy link
Collaborator

Details

Fixes #4983

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.

Co-Authored-By: Will Harney <[email protected]>
Co-Authored-By: John Hefferman <[email protected]>
@nolanlawson nolanlawson requested a review from a team as a code owner December 2, 2024 18:57
@@ -8,7 +8,7 @@
// We should slowly drive down these test failures or at least document where we expect the failures
// TODO [#4815]: enable all SSR v2 tests
export const expectedFailures = new Set([
'adjacent-text-nodes/preserve-comments-off/deep2/index.js',
'adjacent-text-nodes/preserve-comments-off/deep-for-each-with-rendered-item',
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

New thing that's broken! We'll figure it out later!

@nolanlawson nolanlawson merged commit 88e9bdf into master Dec 2, 2024
11 checks passed
@nolanlawson nolanlawson deleted the mob/adjacent-text-fixes branch December 2, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SSR] Fix remaining adjacent-text-node issues
2 participants