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
Redux has been rewritten in TypeScript, but they didn't yet release a version after this. Last release is 4.0.4 from july, and after this, several fixes landed on their master, including changes for the DeepPartial generic type, which has been giving us issues with our RaidenState type.
We should look for a workaround for this DeepPartial issue, to try to upgrade our TypeScript requirement to 3.7, which includes serveral improvements and some of them can even help us reduce cognitive complexity in our codebase, e.g. the null coalescing operator
Acceptance criteria
Tasks
[ ]
The text was updated successfully, but these errors were encountered:
Description
Redux has been rewritten in TypeScript, but they didn't yet release a version after this. Last release is 4.0.4 from july, and after this, several fixes landed on their master, including changes for the
DeepPartial
generic type, which has been giving us issues with ourRaidenState
type.We should look for a workaround for this DeepPartial issue, to try to upgrade our TypeScript requirement to 3.7, which includes serveral improvements and some of them can even help us reduce cognitive complexity in our codebase, e.g. the null coalescing operator
Acceptance criteria
Tasks
The text was updated successfully, but these errors were encountered: