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(slot): fix textContent when using slot polyfill #2948

Closed
wants to merge 1 commit into from

Conversation

rwaskiewicz
Copy link
Member

Creating a draft PR as we start sprint planning.

@@ -137,6 +137,8 @@ export const bootstrapLazy = (lazyBundles: d.LazyBundlesRuntimeData, options: d.
patchSlotAppendChild(HostElement.prototype);
}

patchTextContent(HostElement.prototype);
Copy link
Member Author

Choose a reason for hiding this comment

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

Per Nick: Consider adding a build flag to do some risk mitigation here/evaluate with the customer

@johnjenkins
Copy link
Contributor

johnjenkins commented Jul 1, 2021

oh I forgot textContent on my PR - shall I add it there? #2938

*edit - done now

@rwaskiewicz
Copy link
Member Author

Usurped by #3047

@rwaskiewicz rwaskiewicz closed this Sep 7, 2021
@rwaskiewicz rwaskiewicz deleted the patch-text-content branch October 6, 2021 15:55
@rwaskiewicz rwaskiewicz restored the patch-text-content branch October 6, 2021 15:55
@rwaskiewicz rwaskiewicz deleted the patch-text-content branch October 6, 2021 15:55
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.

3 participants