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
Currently I'm trying to use cookies using the cookieStore api instead of localStorage.
Normally I use the even "storage" do detect changes to localStorage from other tabs since the event doesn't fire on the current tab.
I feel like cookieStore should follow that standard and also make it easier for people to sync stuff like theme between tabs.
The text was updated successfully, but these errors were encountered:
Currently I'm trying to use cookies using the cookieStore api instead of localStorage.
Normally I use the even "storage" do detect changes to localStorage from other tabs since the event doesn't fire on the current tab.
I feel like cookieStore should follow that standard and also make it easier for people to sync stuff like theme between tabs.
The text was updated successfully, but these errors were encountered: