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
This issue arose during the upgrade of can-ejs and was resolved with the help of @justinbmeyer. The same function was being added as a handler multiple times, and removing it once would remove both instances unintentionally.
To help avoid situations like this, when the same value is added to a key tree multiple times a warning should be raised.
The text was updated successfully, but these errors were encountered:
nlundquist
changed the title
warn when adding the same value multiple times in the same leaf
warn when adding the same value multiple times in a leaf
Jul 16, 2019
This issue arose during the upgrade of can-ejs and was resolved with the help of @justinbmeyer. The same function was being added as a handler multiple times, and removing it once would remove both instances unintentionally.
To help avoid situations like this, when the same value is added to a key tree multiple times a warning should be raised.
The text was updated successfully, but these errors were encountered: