-
Notifications
You must be signed in to change notification settings - Fork 525
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
Unknown props on <g> tag in a lot of Victory Components #508
Comments
@sto3psl thanks. I added a ton of props to container components in the latest release. I'll filter them out before rendering g tags. |
That's cool. Thanks a lot. |
#296 This issue seems to reference the same problems. |
fixed in |
Using victory@0.18.2 and still getting this when wrapping VictoryBar with VictoryChart.
|
This is known and I think already in progress. Here is the issue for the |
First of all thank you for this great library, it helped a lot with the data visualizations at the company I'm working at.
Since updating to Victory 0.18.0 I get a lot of React warnings about unknown props on
<g>
tags.Browser: Chrome 56
OS: macOS 10.12.3
Victory version: 0.18.0
Here are 2 warnings I get from using
VictoryBar
andVictoryAxis
:It even happens with this component:
Here is the data:
It may be that the default
groupComponent
, a normal svg<g>
get's bad props from theReact.cloneElement()
function inrenderData()
.Here is also a screenshot with the props of the element:
If you need any more information I will try to provide them.
The text was updated successfully, but these errors were encountered: