Hello!
Did anyone else get this error and was able to find a solution?
Thanks in advance!
Could not find a declaration file for module 'react-recaptcha-v3'. 'c:/ambiente-trabalho/desenvolvimento/workspaces/vscode/siev-frontend/node_modules/react-recaptcha-v3/dist/index.js' implicitly has an 'any' type.
Try npm install @types/react-recaptcha-v3
if it exists or add a new declaration (.d.ts) file containing declare module 'react-recaptcha-v3';
ts(7016)