-
Notifications
You must be signed in to change notification settings - Fork 8
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: i is null / TypeError: Cannot read property 'split' of null #25
Comments
Did you try with the latest version.. without investigation, this looks like a bug that has been fixed with 2.1.2. |
I used |
If anyone falls on this like me, it seems to be due to a wrong handling of the cases where the |
Ha, I just had this issue today. Talk about good timing ^^ Thanks! |
yeah - just hit this problem. if you are using svgomg then it will strip the viewbox |
I get an error
Uncaught TypeError: Cannot read property 'split' of null
in Chrome, andTypeError: i is null [Learn More]
in Firefox, given the following code:Any ideas how to trobleshoot this?
The text was updated successfully, but these errors were encountered: