You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Could not find a declaration file for module 'svelte-recaptcha-v2'. '/path/to/project/node_modules/.pnpm/svelte-recaptcha-v2@0.0.2/node_modules/svelte-recaptcha-v2/dist/index.js' implicitly has an 'any' type.
The text was updated successfully, but these errors were encountered:
I created reCaptcha.d.ts file inside my custom types DIR & I added declare module "svelte-recaptcha-v2"; inside it. This worked for me. Do you mind trying?
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.
PNPM does not download types, resulting in error:
The text was updated successfully, but these errors were encountered: