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

TypeError: null is not an object (evaluating 'constr.toString().match(self.rx_function)') #118

Open
mauro-ferrario opened this issue Apr 9, 2019 · 2 comments

Comments

@mauro-ferrario
Copy link

Hi, I have this issue only on some old version of iPad. The issue is on line 458:

cnName = constr.toString().match(self.rx_function)[1];

I don't know if it's the best solution, but I solved in that way:

cnName = constr.toString().match(self.rx_function) ? [1] : null;

@hbi99
Copy link
Owner

hbi99 commented May 19, 2019

Is there any way to reproduce this without the old iPad?

@mauro-ferrario
Copy link
Author

No, I just noticed this issue on old iPad (iPad 3), on chrome simulator or other iOS devices is fine.

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

2 participants