-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
False
-
None
-
False
-
-
Wrap window.localstorage in `try` and `catch` statement to prevent runtime error if the limit is exceed.
A.C.:
- Create a custom `useConsoleLocalStorage` hook that expose `localstorage` methods wrapped in `try` and `catch` statement
- Swap every instance of the `localstorage` with `useConsoleLocalStorage`