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
all the redux packages just got a major version bump with breaking changes. we should validate that upgrading them doesn't introduce any bugs to either the web or mobile client, and upgrade the versions in all 3 repos at the same time. the web client especially should get extra validation since we don't have TS to catch any bugs at build time
The text was updated successfully, but these errors were encountered:
In upgrade, they are hiding some implementation details we are using to customize our implementation. Dependent on Garo's PR to Redux. reduxjs/redux-toolkit#4289
Update Shared Client and Web Client to support Redux 2.x. Currently, these fail TypeScript validation:
techmatters/terraso-client-shared#286
techmatters/terraso-web-client#1528
From Garo in techmatters/terraso-client-shared#239:
The text was updated successfully, but these errors were encountered: