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
Some places in our code base we use .detect and .nearestOfType and they broke when we converted. I've patched it by replacing our code with typeClass.superclass.
I've also encountered this with polymorphic relationships with ember data.
The text was updated successfully, but these errors were encountered:
Some places in our code base we use .detect and .nearestOfType and they broke when we converted. I've patched it by replacing our code with
typeClass.superclass
.I've also encountered this with polymorphic relationships with ember data.
The text was updated successfully, but these errors were encountered: