-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin error! "hypurr" when decorating decorateConfig #11
Comments
can you please explain what are you trying to do and also paste the whole error |
The error occurs on the latest |
will look into it |
@chrionix @sharpenedblade i dont think i can do anything about it for now, i doubt that it may break things for people not using the canary build, do you guys have any suggestions? |
moreover, documentation for the canary build is nowhere to be found :( |
Actually it sometimes happens on the latest stable.
|
I am using macos, could it be related. |
not really sure, i use windows and haven't got any errors 🤔 will need more context on this |
closed by mistake, will leave this open so that more people can report this |
So I tried to get logs, but when I open the devtools console, I dont see any errors. |
After some investigation, I realized that the error happens when The error comes from const theme = palettes[config.catppuccinTheme.toLowerCase() || "macchiato"]; in |
After messing with the new config file, I discovered that setting |
alright, thanks a lot for helping out, really appreciate this ❤️ |
@chrionix can you check and let us know if you have set the |
I think this might solve the issue - const themeName = config.catppuccinTheme ? config.catppuccinTheme.toLowerCase() : "macchiato";
const theme = palettes[themeName]; previously I was doing - const theme = palettes[config.catppuccinTheme.toLowerCase() || "macchiato"]; |
the thing is, in the stable builds even not setting the |
It doesn't work in the latest stable for me. Are you using |
Just wanted to note that I get the same error and that adding catppuccinTheme to the config file does make the error go away. |
Also confirming that adding I would update Line 107 in 8281b8f
to const theme = palettes[config.catppuccinTheme ? config.catppuccinTheme.toLowerCase()] || palettes.macchiato; |
Hello, I just added the plugin to Hyper but it is not working... I added decorateconfig manually to |
As per the subject, I've tried with and without version numbers, with no success.
The text was updated successfully, but these errors were encountered: