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
@brokensourcecode Sounds great, thanks for the heads up! For this particular issue, I believe it was only impacting IE11 so for testing that'll require IE11, the proxy.min.js polyfill included, etc. If it's possible to create a unit test that replicates the error and to demonstrate that the fix is working afterwards, that would also be fantastic. With this library I try to be as TDD as possible 8)
In IE11, __isProxy is enumerable when iterating over an object's properties like this:
for (var requiredField in this.data.missing_fields) {
It should not be enumerable.
The text was updated successfully, but these errors were encountered: