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
The issue we have with localstorage is that we have to json parse it, which always returns the type of any instead of unknown! We can wrap some logic arround it to always catch the correct errors but we can throw this in a nice service i recon to create a more typesafe localstorage interactions
The text was updated successfully, but these errors were encountered:
The issue we have with localstorage is that we have to json parse it, which always returns the type of any instead of unknown! We can wrap some logic arround it to always catch the correct errors but we can throw this in a nice service i recon to create a more typesafe localstorage interactions
The text was updated successfully, but these errors were encountered: