I have an ionic vue project. I had few unexpected behavior and I am suspecting that the watch() callbacks continue to be called on components that are not being shown (but still not destroyed due to the caching of pages in ionic).
Is this expected? If so, is there any design pattern to disable these watchers when the components are not being shown?
5 posts - 2 participants