-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
(JS-0643) Avoid using deprecated lifecycle hooks #482
Comments
can i try this? |
i dont find any use of beforeDestroy() and destroyed() hooks in the code. |
@AmithBino you can find occurrences in the provided link. You can even find the file path to the addressed issue in the link. |
Done. can u check it |
I'm not the owner of the repository and I think you need to wait for the issue to be assigned to you before you can submit a pull request. I was just simply helping you with finding the problem. |
ok |
Description
This issue is raised for the usage of
beforeDestroy()
anddestroyed()
hooks, which have been deprecated from Vue3 after the release of VueJS 3.x and are replaced bybeforeUnmount()
andunmounted()
, respectively.Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/robotichead/NearBeach/issue/JS-0643/occurrences/
The text was updated successfully, but these errors were encountered: