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
Looks like it doesn't insert the () necessary to preserve the original logic (I'd probably expect something like ^(prefix/(1|23)) here). Interestingly, if I make the outer group non-capturing, it corrects the issue:
Looks like it doesn't insert the () necessary to preserve the original logic (I'd probably expect something like
^(prefix/(1|23))
here). Interestingly, if I make the outer group non-capturing, it corrects the issue:Otherwise, thanks for the great lib!
The text was updated successfully, but these errors were encountered: