You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just about to report this, myself. The offending bit of code seems to be here. A truthy check is done on classes[key], but if it's been set to false as suggested in the docs, then it simply falls down to the next check for this.options.classPrefix, and if that fails, it just returns the key. There is no path that results in no class being added. Or am I missing something?
Hi, I'm trying to disable classes that I do not need.
But everything is useless, the classes are only renamed, but not switched off.
The text was updated successfully, but these errors were encountered: