-
Notifications
You must be signed in to change notification settings - Fork 322
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
Version 1.4 breaks uploads with transformations #106
Comments
@tocker this should probably hotfixed immediately given the severity of the issue |
its breaking all calls to |
We are working on a fix. Will be released shortly. Sorry about that. |
TalLevAmi
added a commit
that referenced
this issue
Jun 22, 2016
Version 1.4.1 was pushed to npm that solves this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the latest version of the repository 1.4, lib/utils.js line 341, there is a check for width.startsWith("auto"). In prior versions <=1.3, the check is width == "auto". The modification to use startsWith expects that the parameter being passed in is a string. If it is a number, (as it was for me), the function throws an unhandled exception.
The text was updated successfully, but these errors were encountered: