Is there any way to detect if the childs have been mounted? When i initialize the Isotope, all children components must be mounted for the initialize. With a timeout of 5ms it i
React waits to mount all child components before calling componentDidMount on the parent. If you find a repro case where this isn't true, please file a bug.