You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot read property 'toUpperCase' of undefined
at optimizer.optimize.res (/Users/wind/.nvm/versions/node/v8.1.2/lib/node_modules/msvgc/lib/generateComponents.js:181:31)
The text was updated successfully, but these errors were encountered:
@necinc @TheTekton Please check this bug! I am experiencing the same bug with latest version from master (4d84351). I am using OSX (macOS Sierra).
I am running msvgc with basic parameters: msvgc -f src/components/myicon.svg -o src/components
generateComponents.js:181
filename = filename[0].toUpperCase() + filename.slice(1)
^
TypeError: Cannot read property 'toUpperCase' of undefined
at optimizer.optimize.res (/Users/wind/.nvm/versions/node/v8.1.2/lib/node_modules/msvgc/lib/generateComponents.js:181:31)
The text was updated successfully, but these errors were encountered: