-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
TypeError: Cannot read property 'getTotalLength' of null #618
Comments
Seems like duplicate of #598, which is closed... maybe we should reopen it? Beep @pierre-moire |
In case somebody else misses the workaround mentioned in #598 Had to remove |
So I tracked down root of this issue:
Link segments, however, do not re-render as many times as Since I have custom Widgets in own project, I changed my Not sure what proper solution would be for that |
@AndrewKirkovski HUGE thank you for sharing the workaround. |
I have the same problem... |
I made a PR that fixes this issue: #1014 |
I was trying out one of the demos. This error appears whenever I use a link label. Nodes and links get rendered with no issues, if I don't use any link label.
Detailed error:
In
LabelWidget.findPathAndRelativePositionToRenderLabel
If anyone could point out why this is happening and a solution for the same, it'd be really helpful.
The text was updated successfully, but these errors were encountered: