Closed yclau closed 5 years ago
Hi @yclau I don't have much experience with vanilla NS, Can you try importing observable from rxjs library and see if that fix the issue?
After I change the code , it work fine.
file : hprt.android.js Previous code
var Observable_1 = require("rxjs/Observable");
require("rxjs/add/operator/distinctUntilChanged");
I change
var Observable_1 = require("data/observable");
//require("rxjs/add/operator/distinctUntilChanged");
But at important part, what is the require("rxjs/add/operator/distinctUntilChanged"); mean ?
@yclau not sure, I guess it is some rxjs functionality. Glad you sorted it out
Hi, I using hprt plugin in valilla nativescript but the error occur. But I try in angular nativescript, it work.
var Hprt= require("nativescript-hprt");
I just put inside this code then error occur.