Uh oh!
There was an error while loading. Please reload this page.
Commit 5a09744
committed
fix: display global errors from useWaitlist hook in desktop waitlist form
Include errors.global from Clerk's useWaitlist hook in the alert display.
CAPTCHA failures and other non-field API errors surface through
errors.global rather than errors.fields, so they were previously hidden
from users.1 parent 7d254ad commit 5a09744
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
0 commit comments