Right now it's accepted to return null from getInitialState, but if a mixin also defines a getInitialState, and if one of the two returns null then the merge throws an error when trying to merge an object with null. What should be the correct behavior here?
@cpojer