ionic-team / ionic-plugin-deeplinks

Handle deeplinks into your Ionic/Cordova apps from Universal Links, App Links, and Custom URL schemes. For those using Ionic 2, there are some nice goodies that make life easier.
Other
333 stars 218 forks source link

Error on : Object(…) is not a function at Deeplinks.route #187

Open Victor118 opened 5 years ago

Victor118 commented 5 years ago

Hi, I'm using deeplinks plugin with ionic 4.12.0. When I do that :

`    let deeplinks$ = this.deeplinks.route({
      '/home': {},

    })`

I got an error :

image

I tryed update rxjs and rxjs-compat version 6.0.0 but still not working

https://forum.ionicframework.com/t/error-on-object-is-not-a-function-at-deeplinks-route/156231

ratshidaho commented 5 years ago

Getting the same exception

sambowenhughes commented 5 years ago

+1

chinthu commented 4 years ago

Still facing issue.. Any solutions ?