-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[react/no-unknown-property] support svg properties with React v15 #490
Comments
@ilyagelman do you mean v15? That's not the latest yet, since it isn't actually released yet. If this support is added, please do it via option, so those on the latest version of React don't have to enable it. |
In React 0.14 Right now I have 2 ideas:
I don't really like cross rules settings like this but maybe in this case it is justified ? |
I think the best choice is to let the user configure their React version - that way Similarly, when the React version is |
Another change in React 15 about SVG is the Before:
In React 15:
|
Any news since react 15 has been released? |
Working on it. It should be ready early next week. |
THANKS ! |
Ummm guys... Hasn't this change been reverted? facebook/react#6243 |
The latest React version adds support for native svg property names.
Before:
After:
Currently eslint trows:
The text was updated successfully, but these errors were encountered: