targetRadius being passed to <line> tag
stevenalanstark opened this issue · 1 comments
stevenalanstark commented
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 commented
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?