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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [BUG]: [Vue warn]: Invalid prop name: "ref" is a reserved property. #1334

Closed
1 task done
Tracked by #1335
YunYouJun opened this issue Feb 28, 2024 · 2 comments · Fixed by #1336
Closed
1 task done
Tracked by #1335

🐛 [BUG]: [Vue warn]: Invalid prop name: "ref" is a reserved property. #1334

YunYouJun opened this issue Feb 28, 2024 · 2 comments · Fixed by #1336
Assignees
Labels
bug Something isn't working

Comments

@YunYouJun
Copy link

YunYouJun commented Feb 28, 2024

Is there an existing issue for this?

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

Current Behavior

In new vue@3.4.20, it will throw a warning that 'ref' is a reserved property.

BaseEdge / CustomEdge has a prop name ref

image

Expected Behavior

Remove ref props or use another name.

Steps To Reproduce

No response

Relevant log output

No response

Anything else?

No response

@YunYouJun YunYouJun added bug Something isn't working triage Awaiting triage labels Feb 28, 2024
@bcakmakoglu bcakmakoglu removed the triage Awaiting triage label Feb 28, 2024
@bcakmakoglu
Copy link
Owner

Thanks for the report - that prop shouldn't be there anymore and will be removed in the next patch 👍

@bcakmakoglu bcakmakoglu linked a pull request Feb 28, 2024 that will close this issue
@bcakmakoglu
Copy link
Owner

Fixed with 1.33.2

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

Successfully merging a pull request may close this issue.

2 participants