We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The build process seems to be causing an issue. See the following lines:
https://github.com/taye/interact.js/blob/v1.3.0/dist/interact.js#L4843 and https://github.com/taye/interact.js/blob/v1.3.0/dist/interact.js#L4856
The second line should read for (var _i3 = 0; _i3 < len; _i3++) {
for (var _i3 = 0; _i3 < len; _i3++) {
The error that I'm seeing is: Uncaught TypeError: Cannot read property 'length' of null
Uncaught TypeError: Cannot read property 'length' of null
Note that adding an empty array to the snap object is my current workaround to this issue.
The text was updated successfully, but these errors were encountered:
295126c
No branches or pull requests
The build process seems to be causing an issue. See the following lines:
https://github.com/taye/interact.js/blob/v1.3.0/dist/interact.js#L4843 and https://github.com/taye/interact.js/blob/v1.3.0/dist/interact.js#L4856
The second line should read
for (var _i3 = 0; _i3 < len; _i3++) {
The error that I'm seeing is:
Uncaught TypeError: Cannot read property 'length' of null
Note that adding an empty array to the snap object is my current workaround to this issue.
The text was updated successfully, but these errors were encountered: