basaran

Results 78 comments of basaran

hi, it's been very busy lately and I haven't had a chance to address this yet. For some reason, the newer version of sveltekit is having trouble bundling the dependencies....

Hello, I will make a new push to NPM this week, and will sort this out.

No, it should be fine on its own, it will create the div for you. Just make sure your token is fine.

Hello, I am not using the component with svelte expressions, as I had noticed inconsistent behavior when I had tried to build the package with {#await}. I will test your...

Hi, a few things have changed since the package last published. I am going to publish a new package hopefully this week which should address the definitions issue.

Hello, it was included in the readme as an example. It's not required to have a userTracker in your success event. > Also do i need a v2 key ?...

Hello, it resets because captchas are valid only once. It's a google mechanism, next time you launch Google may choose to display the recaptcha (or not) . Usually, in production...

hi, it seems the debug package is not being installed somehow. have you installed svelte-recaptcha-v2 as a dev dependency? You can also try installing the debug package manually. ```pnpm install...

well, you shouldn't mix npm, yarn or pnpm together :) definitely try on a blank project, it should work out of the box. Recaptcha package is very simple. I only...

I will try to take a look at it later today and update you.