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
z.string().emoji() does not throw an error when a number is passed instead of emojis
Description
When using the z.string().emoji() method, it is expected to throw an error if a non-emoji string is passed as an argument. However, it appears that the method does not throw an error when a number is passed instead of emojis.
The text was updated successfully, but these errors were encountered:
z.string().emoji() does not throw an error when a number is passed instead of emojis
Description
When using the
z.string().emoji()
method, it is expected to throw an error if a non-emoji string is passed as an argument. However, it appears that the method does not throw an error when a number is passed instead of emojis.The text was updated successfully, but these errors were encountered: