react-native-async-storage/async-storage

An example output in API Docs seems misleading

mighty-odewumi opened this issue · 0 comments

What happened?

An example under the https://react-native-async-storage.github.io/async-storage/docs/api#multimerge site does not correctly show the use-case of the multiGet API used in the example.

This could probably deter someone who's going through the docs and trying to whip up some solutions. They could worry about why they're getting a different output from what the example code gave and expend some precious time.

Version

1.21.0

What platforms are you seeing this issue on?

  • Android
  • iOS
  • macOS
  • Windows
  • web

System Information

react-native: 0.73.6
react: 18.2.0

Steps to Reproduce