The React.createMixin
helper was never actually implemented -
the code for it
simply took a mixin as an argument and returned it with no changes:
createMixin: function(mixin) {
// Currently a noop. Will be used to validate and trace mixins.
return mixin;