Skip to content

v1.15.11

Compare
Choose a tag to compare
@krizzu krizzu released this 05 Nov 00:15
2821da5

1.15.11 (2021-11-05)

Bug Fixes

  • Error handling improvements and docs update (#698) (fc34bfa)

AsyncStorage will no longer swallow errors from multiGet. In addition, multiple batched multiGet calls (not awaited) will be rejected with the same error, if one of the keys retrieval would fail. This is to keep the consistency across the platforms.