I've tried react-mixin but it didn't work: ``` class MyComponent extends React.Component { } reactMixin(MyComponent.prototype, Morearty.Mixin); ```
I've tried react-mixin but it didn't work: