The devtool currently assumes that at most a single effect is sent on a commit, but this isn't always true, they can be batched in an array, and can also have infinitely nested effects.
The devtool needs to account for this, and be able to rendering something meaningful in the event stream.
The devtool currently assumes that at most a single effect is sent on a commit, but this isn't always true, they can be batched in an array, and can also have infinitely nested effects.
The devtool needs to account for this, and be able to rendering something meaningful in the event stream.