You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using your library to display flows. The issue is that occasionally, I see duplicated structure. Let's take a linear flow with 3 steps as an example:
parent
child
child
So, there should be 3 blocks. However, in some cases, I see 6 blocks, with the parent and child duplicating themselves, and so on.
I'm using ngrxstore to retrieve the flow details.
i use angular 14
The text was updated successfully, but these errors were encountered:
Hi, I'm using your library to display flows. The issue is that occasionally, I see duplicated structure. Let's take a linear flow with 3 steps as an example:
parent
child
child
So, there should be 3 blocks. However, in some cases, I see 6 blocks, with the parent and child duplicating themselves, and so on.
I'm using ngrxstore to retrieve the flow details.
i use angular 14
The text was updated successfully, but these errors were encountered: