You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
How are you importing and binding this inside your component, can you provide an example? I recall that Angular has some workarounds for thread-blocking things but it sucks if this plugin messes up mutation just by using it.
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.
The text was updated successfully, but these errors were encountered: