I'm using this plugin with Ionic 5 and Angular 9 in my project. And whenever I call zeroconf.watch(), it somehow blocks automatic change detection of angular components and I need to call change detection manually. Even after calling zeroconf.unwatch() the problem persists.
PS: If I just import the package and don't use it, I don't face any issue.
I'm using this plugin with Ionic 5 and Angular 9 in my project. And whenever I call zeroconf.watch(), it somehow blocks automatic change detection of angular components and I need to call change detection manually. Even after calling zeroconf.unwatch() the problem persists.
PS: If I just import the package and don't use it, I don't face any issue.