You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0c91724786d5b7f556defbcd002a9c003fac4962 is the first bad commitcommit 0c91724786d5b7f556defbcd002a9c003fac4962Author: james hadfieldDate: Mon Oct 28 13:52:20 2024 +1300 [entropy] improve performance of entropy calcs
Changing between "Entropy - Events" results in two dispatches
(`ENTROPY_COUNTS_TOGGLE` and `ENTROPY_DATA`) however the entropy code
would ignore the first update if it didn't contain new entropy data.
This bug has probably existed for the life of the entropy panel however
was masked by those two actions happening back-to-back and being
(always?) bundled together by redux.
Recent work in #1879 (v2.60.0) meant these actions were no longer
back-to-back and thus the bug was revealed.
Closes#1905
Seen on next.nextstrain.org = 2.61.1 at time of writing
The text was updated successfully, but these errors were encountered: