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
According to modern frameworks sometimes we need to check generated JSX and <button tabindex="1"></button> is not the same as <Button tabIndex="1"></Button> (notice the upper-cased i letter in index), etc.
Prob I can make a PR if you point me where are .toLowerCase call I need to disable and where I can begin.