Skip to content

Fix props mutation in anomaly.vue

Illya Klymov requested to merge xanf/fix-anomaly-vue into master

What does this MR do?

Upgrade to @vue/test-utils 1.x revealed props mutation in anomaly.vue resulting in infinite render loop in tests.

Fix this behavior by using immer to properly generate derived value and avoid props mutation

Screenshots (strongly suggested)

N/A

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Merge request reports

Loading