Answers for "IonicDeeplinkPlugin461520374 : TypeError: route.split is not a function"

1

IonicDeeplinkPlugin461520374 : TypeError: route.split is not a function

//This issue is related to one line of code that appears to be incorrect in deeplinks.js. as @pataar said it's from #243
// The line in deeplinks.js:
var matchedParams = self.routeMatch(pathData, realPath);
// should be:
var matchedParams = self.routeMatch(targetPath, realPath);
Posted by: Guest on July-08-2021

Code answers related to "IonicDeeplinkPlugin461520374 : TypeError: route.split is not a function"

Code answers related to "Javascript"

Browse Popular Code Answers by Language