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
Disabling browser localStorage returning a critical error
Is it important to set the last update key in localStorage?
DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
To throw the error go to chrome settings search for Cookies then set Block all cookies (not recommended) option then open the react-clear-cache Demo here
The text was updated successfully, but these errors were encountered:
Sure! Some of my website customers are maybe using old browsers or they disabled the localStorage by mistake and react-clear-cache crashes the React app.
I just did a temporary fix to check if the localStorge enabled in the browser before using your package but that's stopping them from getting the last update :(
Is it possible to fix the localStroge from your side?
Thanks
Disabling browser
localStorage
returning a critical errorIs it important to set the last update key in
localStorage
?To throw the error go to chrome settings search for
Cookies
then setBlock all cookies (not recommended)
option then open the react-clear-cache Demo hereThe text was updated successfully, but these errors were encountered: