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(codegen): replace html lib with createElement #5531

Merged
merged 1 commit into from Feb 22, 2021
Merged

fix(codegen): replace html lib with createElement #5531

merged 1 commit into from Feb 22, 2021

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Feb 20, 2021

We are not using html that much, since most of our UI moved to the Recorder App. Getting rid of innerHTML assignment fixes the TrustedTypes issue.

Fixes #5182.

We are not using html that much, since most of our UI moved
to the Recorder App. Getting rid of `innerHTML` assignment
fixes the TrustedTypes issue.
@dgozman dgozman merged commit b42c369 into microsoft:master Feb 22, 2021
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.

[BUG] cli/debug: Evaluation failed, This document requires 'TrustedHTML' assignment.
2 participants