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: strip regex delimiters so email validation works (#187)
useContactForm feeds validation_pattern straight to new RegExp(), so the /.../ delimiters were treated as literal characters and rejected every valid email.
0 commit comments