Situation report w/ lineage + mutation triggers an infinite update loop
flaneuse opened this issue · 2 comments
flaneuse commented
page: http://localhost:8080/situation-reports?xmin=2022-10-13&xmax=2023-04-13&muts=S:E484Q&pango=AY.108
works on prod: https://outbreak.info/situation-reports?pango=AY.108&muts=S%3AE484Q
Error:
[Vue warn]: Maximum recursive updates exceeded in component <MutationTable>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.
olekkorob commented
Fixed.
flaneuse commented
confirmed, thanks