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
NOTE: This issue will be addressed in multiple PRs as it is massive!
Description
We are heavily using ImmutableJS library which is getting slowly deprecated. Nowadays we can achieve the same result by using vanilla JS. Removing immutable will ensure maintainability and stability of the UI.
Work involved
Identify the parts that are using immutable
Refactor them to use vanilla JS
Acceptance criteria
The UI works as before and no regression is introduced
Tests(mainly snapshots) should be updated
No use of Immutable in the project
The text was updated successfully, but these errors were encountered:
NOTE: This issue will be addressed in multiple PRs as it is massive!
Description
We are heavily using ImmutableJS library which is getting slowly deprecated. Nowadays we can achieve the same result by using vanilla JS. Removing immutable will ensure maintainability and stability of the UI.
Work involved
Acceptance criteria
The text was updated successfully, but these errors were encountered: