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
When using new version of nativescript-angular 1.4.0 I cannot run android development anymore. On iOS part it works fine.
I rollbacked to previous version (1.1.0) and everything works fine again.
I get following error all the time with 1.4.0:
JS: TypeError: this.actions$.ofType(...).mapTo is not a function
It seems that there is a problem loading rxjs dependency. I didn't change anything in my code except dependencies versions:
When using new version of nativescript-angular 1.4.0 I cannot run android development anymore.
On iOS part it works fine.
I rollbacked to previous version (1.1.0) and everything works fine again.
I get following error all the time with 1.4.0:
JS: TypeError: this.actions$.ofType(...).mapTo is not a function
It seems that there is a problem loading rxjs dependency. I didn't change anything in my code except dependencies versions:
When bundling with webpack the application works fine on Android.
This is only not running on development mode (
tns run android --emulator --watch
)Any insight appreciated :)
The text was updated successfully, but these errors were encountered: