[Bug Report] Memory Diagram not showing edges properly #41
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
React UI
Change in UI Layer is needed
Milestone
Describe the bug
Occasionally, the memory diagram view of Debug Console does not render the edges in memory diagram. The nodes and handles on node are rendered correctly but the edge disappear.
To Reproduce
Steps to reproduce the behavior:
m -> x = e;
m
ande
does not show on the graphical debug console.Expected behavior
An edge should exist between
m.x
ande
.Screenshots
Code being executed
As shown above
Additional context
This problem might be related with xyflow/xyflow#3171
The text was updated successfully, but these errors were encountered: