Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue after importing this in my Ionic application - (ERROR TypeError: match.type is not a function) #254

Open
bhushanbaviskar opened this issue May 13, 2018 · 0 comments

Comments

@bhushanbaviskar
Copy link

bhushanbaviskar commented May 13, 2018

I am trying to parse CCDA documents in my Ionic application.
After adding this library in my Ionic Application, I am able to parse C32 type of CCD documents, but it fails for other types of documents such as 'ccda'.

On console, I get following error -

TypeError: match.type is not a function

at ParserNF.isNullFlavor (vendor.js:166540)
at vendor.js:99392
at Array.map (<anonymous>)
at ParserNF.Parser.run (vendor.js:99391)
at Object.<anonymous> (vendor.js:165884)
at Array.forEach (<anonymous>)
at Object.componentInstance.run (vendor.js:165883)
at vendor.js:99398
at Array.map (<anonymous>)
at Parser.run (vendor.js:99391)`

I am struggling with this issue since last couple of weeks and not able to solve it yet.
Any help would be appreciated.
Thanks.
Bhushan

@bhushanbaviskar bhushanbaviskar changed the title Not consistent across other frameworks - (ERROR TypeError: match.type is not a function) Issue after importing this in my Ionic application - (ERROR TypeError: match.type is not a function) May 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant