Spurred by a CI run where test_graph_extend_trace failed. I can't reproduce this failure locally, but my worry is that we're triggering one callback before the previous one has finished, and as a result the renderer discards the first one... but these particular props should in principle be exempt from having old callbacks discarded because they have a cumulative effect on the result.
Spurred by a CI run where
test_graph_extend_trace
failed. I can't reproduce this failure locally, but my worry is that we're triggering one callback before the previous one has finished, and as a result the renderer discards the first one... but these particular props should in principle be exempt from having old callbacks discarded because they have a cumulative effect on the result.