ReactMultiChild doesn't properly handle errors that are thrown when rendering children; if one child throws then the other children being updated at the same time can have inconsistent values stored in _renderedChildren which can cause problems with future updates. It's unclear the best way to solve this.