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

Remove toString of dangerouslySetInnerHTML #17773

Merged
merged 1 commit into from Jan 4, 2020

Commits on Jan 4, 2020

  1. Remove toString of dangerouslySetInnerHTML

    As far as I can tell, the toString call was added here:
    
    facebook@caae627#diff-5574f655d491348f422bca600ff6711dR887
    
    It was never really needed. Subsequently when we added Trusted Types,
    this needed to be changed to a special call but we really should just
    always let it pass through.
    sebmarkbage committed Jan 4, 2020
    Copy the full SHA
    9b1d183 View commit details
    Browse the repository at this point in the history