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

Don't set children attribute on SVG nodes #6164

Merged
merged 1 commit into from
Mar 2, 2016
Merged

Don't set children attribute on SVG nodes #6164

merged 1 commit into from
Mar 2, 2016

Commits on Mar 2, 2016

  1. Don't interpret reserved props as attributes for SVG elements

    This fixes a bug introduced in #5714.
    The code paths are now similar to web components where we worked around the same issue in #5093.
    
    Additionally, we also skip dangerouslySetInnerHTML and suppressContentEditableWarning.
    gaearon committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    5eab1bb View commit details
    Browse the repository at this point in the history