nearbeach / NearBeach

NearBeach is an open sourced project management tool, helping you keep track of your project. You can track requirements, projects and tasks
https://nearbeach.org
MIT License
155 stars 59 forks source link

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

Open robotichead opened 11 months ago

robotichead commented 11 months ago

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 commented 11 months ago

can i try this?

AmithBino commented 11 months ago

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

joshith3501 commented 11 months ago

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

AmithBino commented 11 months ago

Done. can u check it

joshith3501 commented 11 months ago

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 commented 11 months ago

ok