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 previously opened an issue for this, but it was ignored. If trim(), lowercase(), or uppercase() is used in a string(), a TypeError error is thrown during validation if the incoming data is not a string.
Everything here is as it should be ✅
Everything here is as it should be ✅
But it wasn't supposed to be like this ❌
Temporary solution 🔧
We can use the transform() for now. However, this doesn't mean I should ignore the problem above.