bug due to conflict of auto-computation of shadcn/ui library
When using shadcn/ui libraries, usually you'll have components with computed values:
variant: {
default: "bg-primary text-primary-foreground hover:bg-primary/90",
destructive:
"bg-destructive text-destructive-foreground hover:bg-destructive/90",
outline:
"border border-input bg-background hover:bg-accent hover:text-accent-foreground",
secondary:
"bg-secondary text-secondary-foreground hover:bg-secondary/50",
ghost: "hover:bg-accent hover:text-accent-foreground",
link: "text-primary underline-offset-4 hover:underline",
},
such as the bg-primary/90 above.
Somehow this will trigger some auto-computation module from nvchad (see img below) and create notification errors:
Is there a way to disable it?
for now , disable lsp field in colorify option, in chadrc
Any update on this? Usually you're respectively fast on issues, but no pressure. @siduck
Any update on this? Usually you're respectively fast on issues, but no pressure. @siduck
this month i'll be slow, i will look into this in april sorry. fow now just disable the colorify's lsp method
M.colorify = {
highlight = { lspvars = false },
}
unable to reproduce
unable to reproduce
I'll setup up a repo around this weekend.
unable to reproduce
I'll setup up a repo around this weekend.
i have the repo already, i installed the button package
but i dont see that error, show a video!
OK, somehow the issue disappeared... Perhaps something got updated during the past weeks. All good now.