projectstorm / react-diagrams

a super simple, no-nonsense diagramming library written in react that just works
https://projectstorm.cloud/react-diagrams
MIT License
8.46k stars 1.16k forks source link

TypeError: Cannot read properties of undefined (reading 'x') #899

Open Stevenbdl opened 2 years ago

Stevenbdl commented 2 years ago

Pathfinding dependence issue

Line issue: endX = this.endNode.x, Line where is issue

My solution: endX = this.endNode?.x, endY = this.endNode?.y