3.1.1
Fixes
- We had an error in IE11 due to manually setting the
.length
property of our result function (added in3.1.0
). For now we have rolled back the feature and deprecated3.1.0
which added it. We could have wrapped the code in atry/catch
but we where not sure of the performance implications of going so. Thanks @eugene1g for finding this and @theKashey for helping work through it