Skip to content

Conversation

retyui
Copy link
Contributor

@retyui retyui commented Dec 13, 2019

Summary:

AsyncStorage.multiRemove(['a']);

/*
[AsyncStorage] The value for key "a" is not a string. This can lead to unexpected behavior/errors. Consider stringifying it.
Passed value: 0
Passed key: a
*/

Fixed #267

Test Plan:

AsyncStorage.multiRemove(['a']);

Copy link
Member

@krizzu krizzu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks,

Only small change to be made, and we're good to go.

@retyui retyui requested a review from krizzu December 13, 2019 17:57
@krizzu
Copy link
Member

krizzu commented Dec 14, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong the value is not a string warning on multiRemove
2 participants