day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
634 stars 68 forks source link

Occasionally wrong order of traced events when using `:dispatch` #131

Closed p-himik closed 6 years ago

p-himik commented 6 years ago

Suppose you have an event handler :a that only returns {:dispatch [:b]}, and some event handler :b. Then, if you dispatch :a multiple times, the trace panel of re-frame-trace would sometimes change the order of :a and :b. It happens about 1 time in 50-100, but still can be pretty confusing when it does happen.

danielcompton commented 6 years ago

Is this still an issue in the latest versions of re-frame-trace? Can you provide some screenshots or a minimal reproduction case?

p-himik commented 6 years ago

No, I couldn't reproduce it at all. Thanks!