Hi, I'm trying to set variantPrefix to false like it is shown in the documentation but I have a typescript warning.
I think it comes from the fact that variantPrefix is typed to be a string. But the documentation says it can also be a boolean.
Am I doing something wrong ?
Hi, I'm trying to set
variantPrefix
to false like it is shown in the documentation but I have a typescript warning.I think it comes from the fact that
variantPrefix
is typed to be astring
. But the documentation says it can also be a boolean. Am I doing something wrong ?