-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I'm using captcha with fallback.
The application is wrapped in a provider:
<GoogleReCaptchaProvider type="v3" siteKey={siteKeyV3}> {children}</GoogleReCaptchaProvider>
If there is an error with v3, a checkbox is rendered:
<GoogleReCaptchaCheckbox siteKey={siteKeyV2} onChange={handleCaptchav2Change} />
Everything is fine when loading the application, but if a hot reload has occurred, there are errors in the console:
I'm using Vite. Perhaps the problem is that the SiteKey is passed to the div somewhere as an attribute.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels