react-diagrams icon indicating copy to clipboard operation
react-diagrams copied to clipboard

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

Open Stevenbdl opened this issue 2 years ago • 0 comments

Pathfinding dependence issue

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

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

Stevenbdl avatar Oct 20 '21 21:10 Stevenbdl