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
What happens here is that with ConnectionMode.Loose (which is currently the default, although with 2.0 ConnectionMode.Strict will be the default mode) allows source <--> source and target <--> target connections but this requires handles to have a fixed id, otherwise VueFlow has to assume that the handle types that should be used are source <--> target (since the ids are null by default).
It's not great atm but a fix for this would be a breaking change, thus this will be fixed in 2.0 and not in any of the next patch/minor releases, sorry.
I'll keep this issue open to track it for the next major release though.
Is there an existing issue for this?
Current Behavior
Expected Behavior
Steps To Reproduce
website
_2024_10_25_20_15_46_977.mp4
_2024_10_25_20_17_33_906.mp4
Relevant log output
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: