lukeraymonddowning / honey

A spam prevention package for Laravel, providing honeypot techniques, ip blocking and beautifully simple Recaptcha integration. Stop spam. Use Honey.
MIT License
409 stars 23 forks source link

Form refresh in Livewire #73

Closed Martzy303 closed 3 months ago

Martzy303 commented 3 months ago

Hello, I have a small problem, in the Livewire view I have <x-honey recaptcha/>, after the page loads, the form refreshes 2 times after ~3-4s. Only one refresh without captcha <x-honey/> Is this normal?

Martzy303 commented 3 months ago

Fixed it, I had AlpineJS included twice.