On web we don't persist userStore in redux persist so we can't have a "migration period" where we test if the data in redux persist and sqlite matches and because of that we need to remove the asserts. But this code has been on native for some time now, and seems to work fine so we should be able to remove the safeguards and use data from sqlite directly without any problems.
Details
Details
- Reviewers
kamil marcin - Commits
- rCOMMc2c09babe3b7: [lib] Use userStore ops in reducer
Play around with the app on web and native, check if there are any errors.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable