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
I am not really sure this is an issue or it should be handled differently.
It happened for me when the this.storage.getItem(this.key) returns a string of 'undefined'
And this problem is caused by setStorageValue of an undefined variable.
I wonder it would be better to check if this.data is undefined before using JSON.stringify and save it
I am not really sure this is an issue or it should be handled differently.
It happened for me when the this.storage.getItem(this.key) returns a string of 'undefined'
And this problem is caused by setStorageValue of an undefined variable.
I wonder it would be better to check if this.data is undefined before using JSON.stringify and save it
and why there is a "value" parameter in the above __setStorageValue method?
The text was updated successfully, but these errors were encountered: