Creating a new theme will lock out the theme page #353
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps to reproduce
From what I can see, doing these actions is setting the
miux:darkTheme
ormiux:lightTheme
value (depending on which you have selected) toundefined
which then breaks the theme page when loading. To manually fix this, you can remove the specific KV from the local storage, refresh the page and then select the theme you want to use.It seem the error occurs when saving the theme (i.e. in step 5). There are two calls to
ColdDeviceStorage.set
, the first one is fine and the second one sets the value toundefined
. I'm not sure where the 2nd call is happening. I'll try to look into this further when I have more time.