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

(JS-0643) Avoid using deprecated lifecycle hooks #482

Open
robotichead opened this issue Oct 2, 2023 · 6 comments
Open

(JS-0643) Avoid using deprecated lifecycle hooks #482

robotichead opened this issue Oct 2, 2023 · 6 comments

Comments

@robotichead
Copy link
Collaborator

Description

This issue is raised for the usage of beforeDestroy() and destroyed() hooks, which have been deprecated from Vue3 after the release of VueJS 3.x and are replaced by beforeUnmount() and unmounted(), 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/

@AmithBino
Copy link
Contributor

can i try this?

@AmithBino
Copy link
Contributor

i dont find any use of beforeDestroy() and destroyed() hooks in the code.

@joshith3501
Copy link

joshith3501 commented Oct 2, 2023

@AmithBino you can find occurrences in the provided link. You can even find the file path to the addressed issue in the link.

@AmithBino
Copy link
Contributor

Done. can u check it

@joshith3501
Copy link

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.

@AmithBino
Copy link
Contributor

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants