You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The targetRadius prop from
ForceGraphArrowLink
is being passed down to the children elements due to the {...props} spread, and it's causing an error inForceGraphLink
when rendering the<line>
tag;see: https://facebook.github.io/react/warnings/unknown-prop.html
The text was updated successfully, but these errors were encountered: