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
Fix timesInARow rule for textareas — they use arrays for values
Had to convert values to strings to compare properly. This might cause issues with objects as they all be converted to `"[object Object]"`, but we don't have such format for usual result.
0 commit comments