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
In the previous release, can-reflect/eachIndex was introduced to replace can-util/each. Unfortunately can-reflect/eachIndex throws when passed an undefined/null reference.
This patch release adds a conditional to prevent can-validate to throw.