Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

263
Views
Despliegue de la función Firebase arrojando errores de mecanografiado

Estoy usando mecanografiado con Firebase Functions. Cuando intento implementar usando npm run deploy dentro del directorio de funciones. Lanza demasiados errores mecanografiados.

 ../../../../node_modules/@types/react/index.d.ts:3208:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feFuncB' must be of type 'SVGProps<SVGFEFuncBElement>', but here has type 'SVGProps<SVGFEFuncBElement>'. 3208 feFuncB: React.SVGProps<SVGFEFuncBElement>; ~~~~~~~ ../node_modules/@types/react/index.d.ts:3108:13 3108 feFuncB: React.SVGProps<SVGFEFuncBElement>; ~~~~~~~ 'feFuncB' was also declared here. ../../../../node_modules/@types/react/index.d.ts:3209:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feFuncG' must be of type 'SVGProps<SVGFEFuncGElement>', but here has type 'SVGProps<SVGFEFuncGElement>'. 3209 feFuncG: React.SVGProps<SVGFEFuncGElement>; ~~~~~~~ ../node_modules/@types/react/index.d.ts:3109:13 3109 feFuncG: React.SVGProps<SVGFEFuncGElement>; ~~~~~~~ 'feFuncG' was also declared here. ../../../../node_modules/@types/react/index.d.ts:3210:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feFuncR' must be of type 'SVGProps<SVGFEFuncRElement>', but here has type 'SVGProps<SVGFEFuncRElement>'. 3210 feFuncR: React.SVGProps<SVGFEFuncRElement>; ~~~~~~~ ../../../../node_modules/@types/react/index.d.ts:3222:13 - error TS2717: Subsequent property declarations must have the same type. Property 'filter' must be of type 'SVGProps<SVGFilterElement>', but here has type 'SVGProps<SVGFilterElement>'. 3222 filter: React.SVGProps<SVGFilterElement>;

tsconfig.json

 "compilerOptions": { "module": "commonjs", "noImplicitReturns": true, "noUnusedLocals": true, "outDir": "lib", "sourceMap": true, "strict": true, "target": "es2017" }, "compileOnSave": true, "include": [ "src" ] }

Parece que mecanografiado está pasando por la carpeta de módulos de nodo.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

{ { "compilerOptions": { "module": "commonjs", "noImplicitReturns": true, "noUnusedLocals": true, "outDir": "lib", "sourceMap": true, "strict": true, "target": "es2017", "typeRoots": ["node_modules/@types"] // <-- here }, "compileOnSave": true, "include": ["src"] } }
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!