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
i would like to be able to disable storing key in localStorage.
My use case:
I have a select with 3 themes. And after user selects the theme i make a api call for changing user theme. So i store theme on backend by myself. And also after logout i don't want too see userTheme cause he isn't signed in.
Instead of viewing storageKey of wherever provider takes value from - view defaultTheme.
chertik77
changed the title
[Feature request]: The ability not to store theme value in LS
[Feature request]: The opportunity not to store theme value in LS
May 25, 2024
What feature would you like to see?
i would like to be able to disable storing key in localStorage.
My use case:
I have a select with 3 themes. And after user selects the theme i make a api call for changing user theme. So i store theme on backend by myself. And also after logout i don't want too see userTheme cause he isn't signed in.
Instead of viewing storageKey of wherever provider takes value from - view defaultTheme.
Is there any way to disable storing keys? it would be nice to have a prop
noStorage
The text was updated successfully, but these errors were encountered: