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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixed
Clear log no longer sets null but it actually removes the storage item.
Because the localStorage stores strings, and "null" is a string and valid JSON it was passing all checks
and it was being returned instead of an empty array.