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
It's been a long time so I can't remember exactly, but this might be because I'm no longer extending the built-in Set class. Because Ember.Set doesn't exist in Ember 2.0 anymore, I polyfill it to EmberGraph.Set and use that class instead. You can either switch to using EG.Set instead of Em.Set, or you can add this polyfill somewhere:
We need to get rid of the cherry-picked Ember Set implementation and use the ES6 set instead.
The text was updated successfully, but these errors were encountered: