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
Currently the mixin is always added to the mixins array in mixin configs, however if the target class is client-side-only, it should be easy to infer that it should go in the client array instead.
Currently the mixin is always added to the
mixinsarray in mixin configs, however if the target class is client-side-only, it should be easy to infer that it should go in theclientarray instead.