react-vis-force icon indicating copy to clipboard operation
react-vis-force copied to clipboard

targetRadius being passed to <line> tag

Open stevenalanstark opened this issue 8 years ago • 1 comments

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

stevenalanstark avatar Jun 13 '17 21:06 stevenalanstark

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?

mihiramin89 avatar Jan 08 '18 20:01 mihiramin89