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
Update DataStore to 1.1.4 to hopefully prevent a race condition (#5998)
Task/Issue URL:
https://app.asana.com/1/137249556945/project/1202552961248957/task/1210142390986838?focus=true
### Description
We saw a crash in `DataStore` code which looks like a race condition
that is fixed in `DataStore 1.1.3`. There is a newer `1.1.4` and `1.1.5`
both improving the same kinds of issues
- `1.1.5` is a broken release though so I'm pretending that doesn't
exist
- this PR updates `DataStore` to use `1.1.4` (currently `1.1.1`)
### Steps to test this PR
- [x] Start with `develop` and run the app, generally use it to
hopefully populate some `DataStores`
- [x] Upgrade to this branch. Re-launch the app and smoke test
- [x] Smoke test a fresh install on this branch
Co-authored-by: Craig Russell <[email protected]>
0 commit comments