Skip to content

[react/no-unknown-property] support svg properties with React v15 #490

Closed
@ilyagelman

Description

@ilyagelman

The latest React version adds support for native svg property names.

Before:

<svg fontSize="24">

After:

<svg font-size="24">

Currently eslint trows:

error  Unknown property 'font-size' found, use 'fontSize' instead      react/no-unknown-property

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions