We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When storage has no item for persist, it's own getItem method will return null object. This make persist mudule showing unnecessary warning message.
it will show warning message on console
The text was updated successfully, but these errors were encountered:
fix(persist): don't show warning message on clean storage
ca8a127
fixed test for using wrong key on storage ref naver#199
4c53ab5
d92078d
happyhj
No branches or pull requests
Description
When storage has no item for persist, it's own getItem method will return null object.
This make persist mudule showing unnecessary warning message.
Steps to check or reproduce
it will show warning message on console
The text was updated successfully, but these errors were encountered: