Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 [BUG]: VueFlow doesn't make connections in v.1.22.3 #1105

Closed
1 task done
TagaevRenat opened this issue Sep 25, 2023 · 3 comments
Closed
1 task done

馃悰 [BUG]: VueFlow doesn't make connections in v.1.22.3 #1105

TagaevRenat opened this issue Sep 25, 2023 · 3 comments
Assignees
Labels
bug Something isn't working triage Awaiting triage

Comments

@TagaevRenat
Copy link

Is there an existing issue for this?

  • I have searched the existing issues and this is a new bug.

Current Behavior

I have updated vueflow/core from 1.15.2 to 1.22.3, and at 1.22.3 connections aren't created :(
Vueflow doesn't emit "connect" event also. "connectStart" and "connectEnd" are still avalible. I'm using "isValidTargetPos" to validate connection, and this function doesn't trigger.

If I change vueflow/core version to 1.15.2 everything is fine, without any other changes. Perhaps the problem occurred in earlier versions.

Expected Behavior

Vueflow should create connections and trigger validation function, if it exist

Steps To Reproduce

  1. Update vueflow/core to 1.22.3
  2. Try to create connection :)

Relevant log output

No response

Anything else?

No response

@TagaevRenat TagaevRenat added bug Something isn't working triage Awaiting triage labels Sep 25, 2023
@bcakmakoglu
Copy link
Owner

You'll have to provide a proper reproduction for this issue as creating connections does work (as seen in any example on the docs + I use Vue Flow in a project as well and have 0 issues creating edges).

Here's a template that you can use.

@TagaevRenat
Copy link
Author

I found out that my problem was in 1.17.5 version, cause behaviour of handle component was changed (attr connectable).
Thank you for fast feedback.

@bcakmakoglu
Copy link
Owner

Good to know 馃槃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Awaiting triage
Projects
None yet
Development

No branches or pull requests

2 participants