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
For users that still want mixin-like functionality, we should recommend class
38
+
decorators. If this feels less ergonimic that we would desire, we can consider
39
+
providing an addon that adds some sugar around this.
40
+
41
+
## Exploration
42
+
43
+
To validate this deprecation, I've tried removing all Mixins in this PR: https://github.com/emberjs/ember.js/pull/20923
44
+
45
+
## How We Teach This
46
+
47
+
We should remove all references from the guides and provide a [deprecation guide](https://github.com/ember-learn/deprecation-app/pull/1408).
48
+
49
+
## Drawbacks
50
+
51
+
Some users probably rely on this functionality. However, it's almost certainly
52
+
something that we don't need to keep in Ember itself.
0 commit comments