Thank you for creating this package. I am hoping to use this within a Livewire component and wondering whether there are any special considerations to take into account.
My use case is with a registration form. In my Livewire components blade file, I have:
When the above is rendered, I can see the scripts from the package render (functions refreshReCaptchaV3(fieldId,action) and getReCaptchaV3Response(fieldId) but there is no entry for the api js from Google (i.e. -) and the badge does not display.
Any pointers on the best way to use this package with Livewire? Apologies in advance if I have missed something very obvious!
Thank you for creating this package. I am hoping to use this within a Livewire component and wondering whether there are any special considerations to take into account.
My use case is with a registration form. In my Livewire components blade file, I have:
When the above is rendered, I can see the scripts from the package render (functions
refreshReCaptchaV3(fieldId,action)
andgetReCaptchaV3Response(fieldId)
but there is no entry for the api js from Google (i.e. -) and the badge does not display.Any pointers on the best way to use this package with Livewire? Apologies in advance if I have missed something very obvious!