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
Right now it's accepted to return
nullfromgetInitialState, but if a mixin also defines agetInitialState, and if one of the two returnsnullthen the merge throws an error when trying to merge an object withnull. What should be the correct behavior here?@cpojer