https://github.com/nash403/repro-vue-watcher-in-lifecycle
Issue reproduction repo to showcase a zombie watcher when initialized from lifecycle
https://github.com/nash403/repro-vue-watcher-in-lifecycle
Last synced: 6 months ago
JSON representation
Issue reproduction repo to showcase a zombie watcher when initialized from lifecycle
- Host: GitHub
- URL: https://github.com/nash403/repro-vue-watcher-in-lifecycle
- Owner: nash403
- Created: 2024-08-14T18:49:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-14T18:58:21.000Z (about 1 year ago)
- Last Synced: 2025-02-05T11:16:57.139Z (8 months ago)
- Language: CSS
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# watcher-in-lifecycle
This repo is to reproduce the behavior of a zombie watcher in
Vue.js
.To test:
- open the console
- click on the `count++` button from CompA a few times and see the logs appear
- toggle to CompB
- click again on the `count++` button from CompB a few times and see that the logs from compA still appear in the console