We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In new vue@3.4.20, it will throw a warning that 'ref' is a reserved property.
'ref' is a reserved property
BaseEdge / CustomEdge has a prop name ref
BaseEdge
CustomEdge
ref
vue-flow/packages/core/src/types/edge.ts
Line 205 in 0f51e2c
Remove ref props or use another name.
No response
The text was updated successfully, but these errors were encountered:
Thanks for the report - that prop shouldn't be there anymore and will be removed in the next patch 👍
Sorry, something went wrong.
Fixed with 1.33.2
1.33.2
bcakmakoglu
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
In new vue@3.4.20, it will throw a warning that
'ref' is a reserved property
.BaseEdge
/CustomEdge
has a prop nameref
vue-flow/packages/core/src/types/edge.ts
Line 205 in 0f51e2c
Expected Behavior
Remove
ref
props or use another name.Steps To Reproduce
No response
Relevant log output
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: