When using HCaptcha through react component
<HCaptcha sitekey={SITE_KEY} onVerify={(token, ekey) => handleVerificationSuccess(token, ekey)} />
The user sees the various challenges, however when they click "verify" there is no visual feedback that verify is clicked and it looks like app is hanging for 5-10 seconds before the UI responds.
Is there a way to ensure the Verify button in the UI shows a loading spinner to allow user to understand that there is something happening?
using v 1.11.3