An open API service indexing awesome lists of open source software.

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

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