Hey, so the problem here is that when you have an array and its keys are enum values, it treats different cases as if they were the same value.
That also happens with match expression and switch cases, see below
Hey, so the problem here is that when you have an array and its keys are enum values, it treats different cases as if they were the same value.
That also happens with match expression and switch cases, see below
thanks! will be fixed
fixed, and preparing pre-release with this fix.
thank you!