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
Current behavior:
@ionic-native/[email protected] always produces error whenever subscribing to onChange function like this
ReferenceError: mapTo is not defined
at vendor.js:91511
at Network.push.kwrG.Network.onChange (vendor.js:91513)
at AppComponent. (main.js:126)
at Generator.next ()
at fulfilled (vendor.js:93513)
at ZoneDelegate.invoke (polyfills.js:3010)
at Object.onInvoke (vendor.js:82972)
at ZoneDelegate.invoke (polyfills.js:3009)
at Zone.run (polyfills.js:2769)
at polyfills.js:3503
Expected behavior:
Successfully subscribing to onChange Observerable.
Steps to reproduce:
Implement the code like in the Related code: from a new Ionic project.
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://ionicworldwide.herokuapp.com/
Current behavior:
@ionic-native/[email protected] always produces error whenever subscribing to onChange function like this
Expected behavior:
Successfully subscribing to onChange Observerable.
Steps to reproduce:
Implement the code like in the Related code: from a new Ionic project.
Related code:
Other information:
None.
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: