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

Removed this.$set() #603

Merged
merged 2 commits into from
Jan 10, 2025
Merged

Removed this.$set() #603

merged 2 commits into from
Jan 10, 2025

Conversation

HeriLFIU
Copy link
Collaborator

@HeriLFIU HeriLFIU commented Jan 9, 2025

Closes #602

Summary

this.$set() was used in vue js 2 to add reactive properties to objects. Within vue js 3 this is no longer needed since properties are made reactive by default, so it was removed.

Local Tests

After removing the use of set I no longer got a warning for the using it.

End-to-End Tests

@HeriLFIU HeriLFIU requested a review from a team as a code owner January 9, 2025 19:29
Copy link

@rmotitsuki rmotitsuki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@HeriLFIU HeriLFIU merged commit 38a8d50 into kytos-ng:master Jan 10, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the use of this.$set()
2 participants