ruigomeseu / vue-turnstile

A Cloudflare Turnstile library for Vue 3
MIT License
63 stars 9 forks source link

Turnstile instance not removed before unmount #4

Closed KyleRicardo closed 1 year ago

KyleRicardo commented 1 year ago

Hi, thanks for your awesome lib that help me easily integrate turnstile into my project.

However I encountered a problem: When I navigate to another page, the console begin to print this repeatedly:

[Cloudflare Turnstile] Cannot find Widget cf-chl-widget-ssgkn, consider using turnstile.remove() to clean up a widget..

I wonder how to call remove() before unmount.

Or did I use it wrong? Need your help, thanks!

ruigomeseu commented 1 year ago

Fixed in 1.0.4