Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(fix): throw an error if no storage is configured
- if the localStorage default is unsupported in the current environment (e.g. Node), then it should throw with a specific error instead of continuing and unexpectedly throwing on getItem - will still error out, so not a "fix" in that sense, but it now will throw a better, more understandable error
- Loading branch information