Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): check key on storage event argument exists
When localStorage of application is cleared manually on the fly, this will break since event.key === null. Hence added in a check if it exists as well.
- Loading branch information