Closed shyallegro closed 1 year ago
Hi, I'm sorry I've been bad at looking at issues. Can you create a Stackblitz showing this issue? Then I can hopefully play with it and figure it out.
@pjlamb12 thanks for the reply here is a demo https://angular-ivy-xvqdp2.stackblitz.io
@shyallegro I looked at this, and while I guess it's technically a bug, it also is an invalid model. The children (steps 4, 5, and 6) shouldn't point at 1, 2, 3 and 0. If you remove the 0, then it displays as it should.
I'm submitting a bug
Current behavior
given a graph with 2 levels, parent level with 3 nodes, child level with 3 nodes, each pointing to all 3 parents, will duplicate the children level nodes 3 times, producing 9 steps instead of 3.
Expected behavior
only 3 nodes in child level
Minimal reproduction of the problem with instructions
Environment