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'm not likely to add this myself, I don't ever use anything other than v4 and very infrequently v5 uuids. Happy to accept a PR tho if its a minimal fix 👍
Describe the bug
The change in #1112 to match the uuid regex exactly to the RFC 4122 broken my app.
I am using a draft version (6) of the uuid spec.
To Reproduce
runnable test case: https://codesandbox.io/s/peaceful-varahamihira-t5zd1h
Expected behavior
Matching to allow anything that vaguely looks like a uuid.
Or potentially have a strict/relaxed uuid matching
Platform (please complete the following information):
Additional context
There are a few new draft proposal which Yup is since #1112, treating as invalid.
https://github.com/uuid6/uuid6-ietf-draft
The text was updated successfully, but these errors were encountered: