Skip to content

targetRadius being passed to <line> tag #43

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

Open
stevenalanstark opened this issue Jun 13, 2017 · 1 comment
Open

targetRadius being passed to <line> tag #43

stevenalanstark opened this issue Jun 13, 2017 · 1 comment

Comments

@stevenalanstark
Copy link

stevenalanstark commented Jun 13, 2017

The targetRadius prop from ForceGraphArrowLink is being passed down to the children elements due to the {...props} spread, and it's causing an error in ForceGraphLink when rendering the <line> tag;

Warning: Unknown prop `targetRadius` on <line> tag. Remove this prop from the element.

see: https://facebook.github.io/react/warnings/unknown-prop.html

@mihiramin89
Copy link

Running into this issue. Looks like the fix has been merged to master, but this is not yet in a released version. Do you know when the next release is going to be?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants