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
When I start Ember Inspector, I get this warning in console:
Error message: Assertion Failed: You attempted to access the `willMergeMixin` property (of <mortgage-app@service:features
Since Ember 3.1, this is usually fine as you no longer need to use `.get()`
to access computed properties. However, in this case, the object in question
is a special kind of Ember object (a proxy). Therefore, it is still necessary
to use `.get('willMergeMixin')` in this case.
Is this warning being caused by ember-feature-flag or Inspector or else?
The text was updated successfully, but these errors were encountered:
When I start Ember Inspector, I get this warning in console:
Is this warning being caused by ember-feature-flag or Inspector or else?
The text was updated successfully, but these errors were encountered: