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
{{ message }}
This repository was archived by the owner on Feb 4, 2022. It is now read-only.
// Following data was in localstorage before reload
{
"base": {
"bg-color-orange": true
},
"light": {
"bg-color-orange-light": true
},
"dark": {
"bg-color-orange-dark": true
}
}
Problem description:
Store being restored, but it has merged default objects in store with restored ones.