Hey Team, I tried creating a featureToggle with n...
# ask-questions
p
Hey Team, I tried creating a featureToggle with name "oneBase" (B capital) and value as TRUE but it created as "onebase" (all lower case ). I thought the search would be case insensitive, but growthBook.isOn("oneBase") returned as false. And growthBook.isOn("onebase") returned as true. It means, that the key search is case sensitive. Does anyone else faced this issue ?
f
ah, we lower case feature names
we have an issue on this