Error log
unknown
plain_text
3 years ago
55 kB
13
Indexable
ame type. Property 'strong' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
3306 strong: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3207:13
3207 strong: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~
'strong' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3307:13 - error TS2717: Subsequent property declarations must have the same type. Property 'style' must be of type 'DetailedHTMLProps<StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>', but here has type 'DetailedHTMLProps<StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>'.
3307 style: React.DetailedHTMLProps<React.StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>;
~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3208:13
3208 style: React.DetailedHTMLProps<React.StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>;
~~~~~
'style' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3308:13 - error TS2717: Subsequent property declarations must have the same type. Property 'sub' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
3308 sub: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3209:13
3209 sub: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~
'sub' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3309:13 - error TS2717: Subsequent property declarations must have the same type. Property 'summary' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
3309 summary: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3210:13
3210 summary: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~
'summary' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3310:13 - error TS2717: Subsequent property declarations must have the same type. Property 'sup' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
3310 sup: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3211:13
3211 sup: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~
'sup' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3311:13 - error TS2717: Subsequent property declarations must have the same type. Property 'table' must be of type 'DetailedHTMLProps<TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>', but here has type 'DetailedHTMLProps<TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>'.
3311 table: React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>;
~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3212:13
3212 table: React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>;
~~~~~
'table' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3312:13 - error TS2717: Subsequent property declarations must have the same type. Property 'template' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>'.
3312 template: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>;
~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3213:13
3213 template: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>;
~~~~~~~~
'template' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3313:13 - error TS2717: Subsequent property declarations must have the same type. Property 'tbody' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>'.
3313 tbody: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3214:13
3214 tbody: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
~~~~~
'tbody' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3314:13 - error TS2717: Subsequent property declarations must have the same type. Property 'td' must be of type 'DetailedHTMLProps<TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>', but here has type 'DetailedHTMLProps<TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>'.
3314 td: React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>;
~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3215:13
3215 td: React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>;
~~
'td' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3315:13 - error TS2717: Subsequent property declarations must have the same type. Property 'textarea' must be of type 'DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>', but here has type 'DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>'.
3315 textarea: React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>;
~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3216:13
3216 textarea: React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>;
~~~~~~~~
'textarea' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3316:13 - error TS2717: Subsequent property declarations must have the same type. Property 'tfoot' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>'.
3316 tfoot: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3217:13
3217 tfoot: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
~~~~~
'tfoot' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3317:13 - error TS2717: Subsequent property declarations must have the same type. Property 'th' must be of type 'DetailedHTMLProps<ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>', but here has type 'DetailedHTMLProps<ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>'.
3317 th: React.DetailedHTMLProps<React.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>;
~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3218:13
3218 th: React.DetailedHTMLProps<React.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>;
~~
'th' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3318:13 - error TS2717: Subsequent property declarations must have the same type. Property 'thead' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>'.
3318 thead: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3219:13
3219 thead: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
~~~~~
'thead' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3319:13 - error TS2717: Subsequent property declarations must have the same type. Property 'time' must be of type 'DetailedHTMLProps<TimeHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<TimeHTMLAttributes<HTMLTimeElement>, HTMLTimeElement>'.
3319 time: React.DetailedHTMLProps<React.TimeHTMLAttributes<HTMLTimeElement>, HTMLTimeElement>;
~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3220:13
3220 time: React.DetailedHTMLProps<React.TimeHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~
'time' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3320:13 - error TS2717: Subsequent property declarations must have the same type. Property 'title' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>'.
3320 title: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>;
~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3221:13
3221 title: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>;
~~~~~
'title' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3321:13 - error TS2717: Subsequent property declarations must have the same type. Property 'tr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>'.
3321 tr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>;
~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3222:13
3222 tr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>;
~~
'tr' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3322:13 - error TS2717: Subsequent property declarations must have the same type. Property 'track' must be of type 'DetailedHTMLProps<TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>', but here has type 'DetailedHTMLProps<TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>'.
3322 track: React.DetailedHTMLProps<React.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>;
~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3223:13
3223 track: React.DetailedHTMLProps<React.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>;
~~~~~
'track' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3323:13 - error TS2717: Subsequent property declarations must have the same type. Property 'u' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
3323 u: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3224:13
3224 u: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~
'u' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3324:13 - error TS2717: Subsequent property declarations must have the same type. Property 'ul' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLUListElement>, HTMLUListElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLUListElement>, HTMLUListElement>'.
3324 ul: React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>;
~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3225:13
3225 ul: React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>;
~~
'ul' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3325:13 - error TS2717: Subsequent property declarations must have the same type. Property '"var"' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
3325 "var": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3226:13
3226 "var": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~
'"var"' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3326:13 - error TS2717: Subsequent property declarations must have the same type. Property 'video' must be of type 'DetailedHTMLProps<VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>', but here has type 'DetailedHTMLProps<VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>'.
3326 video: React.DetailedHTMLProps<React.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>;
~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3227:13
3227 video: React.DetailedHTMLProps<React.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>;
~~~~~
'video' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3327:13 - error TS2717: Subsequent property declarations must have the same type. Property 'wbr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
3327 wbr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3228:13
3228 wbr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~
'wbr' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3328:13 - error TS2717: Subsequent property declarations must have the same type. Property 'webview' must be of type 'DetailedHTMLProps<WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>', but here has type 'DetailedHTMLProps<WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>'.
3328 webview: React.DetailedHTMLProps<React.WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>;
~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3229:13
3229 webview: React.DetailedHTMLProps<React.WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>;
~~~~~~~
'webview' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3331:13 - error TS2717: Subsequent property declarations must have the same type. Property 'svg' must be of type 'SVGProps<SVGSVGElement>', but here has type 'SVGProps<SVGSVGElement>'.
3331 svg: React.SVGProps<SVGSVGElement>;
~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3232:13
3232 svg: React.SVGProps<SVGSVGElement>;
~~~
'svg' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3333:13 - error TS2717: Subsequent property declarations must have the same type. Property 'animate' must be of type 'SVGProps<SVGElement>', but here has type 'SVGProps<SVGElement>'.
3333 animate: React.SVGProps<SVGElement>; // TODO: It is SVGAnimateElement but is not in TypeScript's lib.dom.d.ts for now.
~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3234:13
3234 animate: React.SVGProps<SVGElement>; // TODO: It is SVGAnimateElement but is not in TypeScript's lib.dom.d.ts for now.
~~~~~~~
'animate' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3334:13 - error TS2717: Subsequent property declarations must have the same type. Property 'animateMotion' must be of type 'SVGProps<SVGElement>', but here has type 'SVGProps<SVGElement>'.
3334 animateMotion: React.SVGProps<SVGElement>;
~~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3235:13
3235 animateMotion: React.SVGProps<SVGElement>;
~~~~~~~~~~~~~
'animateMotion' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3335:13 - error TS2717: Subsequent property declarations must have the same type. Property 'animateTransform' must be of type 'SVGProps<SVGElement>', but here has type 'SVGProps<SVGElement>'.
3335 animateTransform: React.SVGProps<SVGElement>; // TODO: It is SVGAnimateTransformElement but is not in TypeScript's lib.dom.d.ts for now.
~~~~~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3236:13
3236 animateTransform: React.SVGProps<SVGElement>; // TODO: It is SVGAnimateTransformElement but is not in TypeScript's lib.dom.d.ts for now.
~~~~~~~~~~~~~~~~
'animateTransform' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3336:13 - error TS2717: Subsequent property declarations must have the same type. Property 'circle' must be of type 'SVGProps<SVGCircleElement>', but here has type 'SVGProps<SVGCircleElement>'.
3336 circle: React.SVGProps<SVGCircleElement>;
~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3237:13
3237 circle: React.SVGProps<SVGCircleElement>;
~~~~~~
'circle' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3337:13 - error TS2717: Subsequent property declarations must have the same type. Property 'clipPath' must be of type 'SVGProps<SVGClipPathElement>', but here has type 'SVGProps<SVGClipPathElement>'.
3337 clipPath: React.SVGProps<SVGClipPathElement>;
~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3238:13
3238 clipPath: React.SVGProps<SVGClipPathElement>;
~~~~~~~~
'clipPath' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3338:13 - error TS2717: Subsequent property declarations must have the same type. Property 'defs' must be of type 'SVGProps<SVGDefsElement>', but here has type 'SVGProps<SVGDefsElement>'.
3338 defs: React.SVGProps<SVGDefsElement>;
~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3239:13
3239 defs: React.SVGProps<SVGDefsElement>;
~~~~
'defs' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3339:13 - error TS2717: Subsequent property declarations must have the same type. Property 'desc' must be of type 'SVGProps<SVGDescElement>', but here has type 'SVGProps<SVGDescElement>'.
3339 desc: React.SVGProps<SVGDescElement>;
~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3240:13
3240 desc: React.SVGProps<SVGDescElement>;
~~~~
'desc' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3340:13 - error TS2717: Subsequent property declarations must have the same type. Property 'ellipse' must be of type 'SVGProps<SVGEllipseElement>', but here has type 'SVGProps<SVGEllipseElement>'.
3340 ellipse: React.SVGProps<SVGEllipseElement>;
~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3241:13
3241 ellipse: React.SVGProps<SVGEllipseElement>;
~~~~~~~
'ellipse' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3341:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feBlend' must be of type 'SVGProps<SVGFEBlendElement>', but here has type 'SVGProps<SVGFEBlendElement>'.
3341 feBlend: React.SVGProps<SVGFEBlendElement>;
~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3242:13
3242 feBlend: React.SVGProps<SVGFEBlendElement>;
~~~~~~~
'feBlend' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3342:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feColorMatrix' must be of type 'SVGProps<SVGFEColorMatrixElement>', but here has type 'SVGProps<SVGFEColorMatrixElement>'.
3342 feColorMatrix: React.SVGProps<SVGFEColorMatrixElement>;
~~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3243:13
3243 feColorMatrix: React.SVGProps<SVGFEColorMatrixElement>;
~~~~~~~~~~~~~
'feColorMatrix' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3343:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feComponentTransfer' must be of type 'SVGProps<SVGFEComponentTransferElement>', but here has type 'SVGProps<SVGFEComponentTransferElement>'.
3343 feComponentTransfer: React.SVGProps<SVGFEComponentTransferElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3244:13
3244 feComponentTransfer: React.SVGProps<SVGFEComponentTransferElement>;
~~~~~~~~~~~~~~~~~~~
'feComponentTransfer' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3344:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feComposite' must be of type 'SVGProps<SVGFECompositeElement>', but here has type 'SVGProps<SVGFECompositeElement>'.
3344 feComposite: React.SVGProps<SVGFECompositeElement>;
~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3245:13
3245 feComposite: React.SVGProps<SVGFECompositeElement>;
~~~~~~~~~~~
'feComposite' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3345:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feConvolveMatrix' must be of type 'SVGProps<SVGFEConvolveMatrixElement>', but here has type 'SVGProps<SVGFEConvolveMatrixElement>'.
3345 feConvolveMatrix: React.SVGProps<SVGFEConvolveMatrixElement>;
~~~~~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3246:13
3246 feConvolveMatrix: React.SVGProps<SVGFEConvolveMatrixElement>;
~~~~~~~~~~~~~~~~
'feConvolveMatrix' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3346:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feDiffuseLighting' must be of type 'SVGProps<SVGFEDiffuseLightingElement>', but here has type 'SVGProps<SVGFEDiffuseLightingElement>'.
3346 feDiffuseLighting: React.SVGProps<SVGFEDiffuseLightingElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3247:13
3247 feDiffuseLighting: React.SVGProps<SVGFEDiffuseLightingElement>;
~~~~~~~~~~~~~~~~~
'feDiffuseLighting' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3347:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feDisplacementMap' must be of type 'SVGProps<SVGFEDisplacementMapElement>', but here has type 'SVGProps<SVGFEDisplacementMapElement>'.
3347 feDisplacementMap: React.SVGProps<SVGFEDisplacementMapElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3248:13
3248 feDisplacementMap: React.SVGProps<SVGFEDisplacementMapElement>;
~~~~~~~~~~~~~~~~~
'feDisplacementMap' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3348:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feDistantLight' must be of type 'SVGProps<SVGFEDistantLightElement>', but here has type 'SVGProps<SVGFEDistantLightElement>'.
3348 feDistantLight: React.SVGProps<SVGFEDistantLightElement>;
~~~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3249:13
3249 feDistantLight: React.SVGProps<SVGFEDistantLightElement>;
~~~~~~~~~~~~~~
'feDistantLight' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3349:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feDropShadow' must be of type 'SVGProps<SVGFEDropShadowElement>', but here has type 'SVGProps<SVGFEDropShadowElement>'.
3349 feDropShadow: React.SVGProps<SVGFEDropShadowElement>;
~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3250:13
3250 feDropShadow: React.SVGProps<SVGFEDropShadowElement>;
~~~~~~~~~~~~
'feDropShadow' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3350:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feFlood' must be of type 'SVGProps<SVGFEFloodElement>', but here has type 'SVGProps<SVGFEFloodElement>'.
3350 feFlood: React.SVGProps<SVGFEFloodElement>;
~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3251:13
3251 feFlood: React.SVGProps<SVGFEFloodElement>;
~~~~~~~
'feFlood' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3351:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feFuncA' must be of type 'SVGProps<SVGFEFuncAElement>', but here has type 'SVGProps<SVGFEFuncAElement>'.
3351 feFuncA: React.SVGProps<SVGFEFuncAElement>;
~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3252:13
3252 feFuncA: React.SVGProps<SVGFEFuncAElement>;
~~~~~~~
'feFuncA' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3352: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>'.
3352 feFuncB: React.SVGProps<SVGFEFuncBElement>;
~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3253:13
3253 feFuncB: React.SVGProps<SVGFEFuncBElement>;
~~~~~~~
'feFuncB' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3353: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>'.
3353 feFuncG: React.SVGProps<SVGFEFuncGElement>;
~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3254:13
3254 feFuncG: React.SVGProps<SVGFEFuncGElement>;
~~~~~~~
'feFuncG' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3354: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>'.
3354 feFuncR: React.SVGProps<SVGFEFuncRElement>;
~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3255:13
3255 feFuncR: React.SVGProps<SVGFEFuncRElement>;
~~~~~~~
'feFuncR' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3355:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feGaussianBlur' must be of type 'SVGProps<SVGFEGaussianBlurElement>', but here has type 'SVGProps<SVGFEGaussianBlurElement>'.
3355 feGaussianBlur: React.SVGProps<SVGFEGaussianBlurElement>;
~~~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3256:13
3256 feGaussianBlur: React.SVGProps<SVGFEGaussianBlurElement>;
~~~~~~~~~~~~~~
'feGaussianBlur' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3356:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feImage' must be of type 'SVGProps<SVGFEImageElement>', but here has type 'SVGProps<SVGFEImageElement>'.
3356 feImage: React.SVGProps<SVGFEImageElement>;
~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3257:13
3257 feImage: React.SVGProps<SVGFEImageElement>;
~~~~~~~
'feImage' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3357:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feMerge' must be of type 'SVGProps<SVGFEMergeElement>', but here has type 'SVGProps<SVGFEMergeElement>'.
3357 feMerge: React.SVGProps<SVGFEMergeElement>;
~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3258:13
3258 feMerge: React.SVGProps<SVGFEMergeElement>;
~~~~~~~
'feMerge' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3358:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feMergeNode' must be of type 'SVGProps<SVGFEMergeNodeElement>', but here has type 'SVGProps<SVGFEMergeNodeElement>'.
3358 feMergeNode: React.SVGProps<SVGFEMergeNodeElement>;
~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3259:13
3259 feMergeNode: React.SVGProps<SVGFEMergeNodeElement>;
~~~~~~~~~~~
'feMergeNode' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3359:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feMorphology' must be of type 'SVGProps<SVGFEMorphologyElement>', but here has type 'SVGProps<SVGFEMorphologyElement>'.
3359 feMorphology: React.SVGProps<SVGFEMorphologyElement>;
~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3260:13
3260 feMorphology: React.SVGProps<SVGFEMorphologyElement>;
~~~~~~~~~~~~
'feMorphology' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3360:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feOffset' must be of type 'SVGProps<SVGFEOffsetElement>', but here has type 'SVGProps<SVGFEOffsetElement>'.
3360 feOffset: React.SVGProps<SVGFEOffsetElement>;
~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3261:13
3261 feOffset: React.SVGProps<SVGFEOffsetElement>;
~~~~~~~~
'feOffset' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3361:13 - error TS2717: Subsequent property declarations must have the same type. Property 'fePointLight' must be of type 'SVGProps<SVGFEPointLightElement>', but here has type 'SVGProps<SVGFEPointLightElement>'.
3361 fePointLight: React.SVGProps<SVGFEPointLightElement>;
~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3262:13
3262 fePointLight: React.SVGProps<SVGFEPointLightElement>;
~~~~~~~~~~~~
'fePointLight' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3362:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feSpecularLighting' must be of type 'SVGProps<SVGFESpecularLightingElement>', but here has type 'SVGProps<SVGFESpecularLightingElement>'.
3362 feSpecularLighting: React.SVGProps<SVGFESpecularLightingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3263:13
3263 feSpecularLighting: React.SVGProps<SVGFESpecularLightingElement>;
~~~~~~~~~~~~~~~~~~
'feSpecularLighting' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3363:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feSpotLight' must be of type 'SVGProps<SVGFESpotLightElement>', but here has type 'SVGProps<SVGFESpotLightElement>'.
3363 feSpotLight: React.SVGProps<SVGFESpotLightElement>;
~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3264:13
3264 feSpotLight: React.SVGProps<SVGFESpotLightElement>;
~~~~~~~~~~~
'feSpotLight' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3364:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feTile' must be of type 'SVGProps<SVGFETileElement>', but here has type 'SVGProps<SVGFETileElement>'.
3364 feTile: React.SVGProps<SVGFETileElement>;
~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3265:13
3265 feTile: React.SVGProps<SVGFETileElement>;
~~~~~~
'feTile' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3365:13 - error TS2717: Subsequent property declarations must have the same type. Property 'feTurbulence' must be of type 'SVGProps<SVGFETurbulenceElement>', but here has type 'SVGProps<SVGFETurbulenceElement>'.
3365 feTurbulence: React.SVGProps<SVGFETurbulenceElement>;
~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3266:13
3266 feTurbulence: React.SVGProps<SVGFETurbulenceElement>;
~~~~~~~~~~~~
'feTurbulence' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3366: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>'.
3366 filter: React.SVGProps<SVGFilterElement>;
~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3267:13
3267 filter: React.SVGProps<SVGFilterElement>;
~~~~~~
'filter' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3367:13 - error TS2717: Subsequent property declarations must have the same type. Property 'foreignObject' must be of type 'SVGProps<SVGForeignObjectElement>', but here has type 'SVGProps<SVGForeignObjectElement>'.
3367 foreignObject: React.SVGProps<SVGForeignObjectElement>;
~~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3268:13
3268 foreignObject: React.SVGProps<SVGForeignObjectElement>;
~~~~~~~~~~~~~
'foreignObject' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3368:13 - error TS2717: Subsequent property declarations must have the same type. Property 'g' must be of type 'SVGProps<SVGGElement>', but here has type 'SVGProps<SVGGElement>'.
3368 g: React.SVGProps<SVGGElement>;
~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3269:13
3269 g: React.SVGProps<SVGGElement>;
~
'g' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3369:13 - error TS2717: Subsequent property declarations must have the same type. Property 'image' must be of type 'SVGProps<SVGImageElement>', but here has type 'SVGProps<SVGImageElement>'.
3369 image: React.SVGProps<SVGImageElement>;
~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3270:13
3270 image: React.SVGProps<SVGImageElement>;
~~~~~
'image' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3370:13 - error TS2717: Subsequent property declarations must have the same type. Property 'line' must be of type 'SVGLineElementAttributes<SVGLineElement>', but here has type 'SVGLineElementAttributes<SVGLineElement>'.
3370 line: React.SVGLineElementAttributes<SVGLineElement>;
~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3271:13
3271 line: React.SVGLineElementAttributes<SVGLineElement>;
~~~~
'line' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3371:13 - error TS2717: Subsequent property declarations must have the same type. Property 'linearGradient' must be of type 'SVGProps<SVGLinearGradientElement>', but here has type 'SVGProps<SVGLinearGradientElement>'.
3371 linearGradient: React.SVGProps<SVGLinearGradientElement>;
~~~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3272:13
3272 linearGradient: React.SVGProps<SVGLinearGradientElement>;
~~~~~~~~~~~~~~
'linearGradient' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3372:13 - error TS2717: Subsequent property declarations must have the same type. Property 'marker' must be of type 'SVGProps<SVGMarkerElement>', but here has type 'SVGProps<SVGMarkerElement>'.
3372 marker: React.SVGProps<SVGMarkerElement>;
~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3273:13
3273 marker: React.SVGProps<SVGMarkerElement>;
~~~~~~
'marker' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3373:13 - error TS2717: Subsequent property declarations must have the same type. Property 'mask' must be of type 'SVGProps<SVGMaskElement>', but here has type 'SVGProps<SVGMaskElement>'.
3373 mask: React.SVGProps<SVGMaskElement>;
~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3274:13
3274 mask: React.SVGProps<SVGMaskElement>;
~~~~
'mask' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3374:13 - error TS2717: Subsequent property declarations must have the same type. Property 'metadata' must be of type 'SVGProps<SVGMetadataElement>', but here has type 'SVGProps<SVGMetadataElement>'.
3374 metadata: React.SVGProps<SVGMetadataElement>;
~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3275:13
3275 metadata: React.SVGProps<SVGMetadataElement>;
~~~~~~~~
'metadata' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3375:13 - error TS2717: Subsequent property declarations must have the same type. Property 'mpath' must be of type 'SVGProps<SVGElement>', but here has type 'SVGProps<SVGElement>'.
3375 mpath: React.SVGProps<SVGElement>;
~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3276:13
3276 mpath: React.SVGProps<SVGElement>;
~~~~~
'mpath' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3376:13 - error TS2717: Subsequent property declarations must have the same type. Property 'path' must be of type 'SVGProps<SVGPathElement>', but here has type 'SVGProps<SVGPathElement>'.
3376 path: React.SVGProps<SVGPathElement>;
~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3277:13
3277 path: React.SVGProps<SVGPathElement>;
~~~~
'path' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3377:13 - error TS2717: Subsequent property declarations must have the same type. Property 'pattern' must be of type 'SVGProps<SVGPatternElement>', but here has type 'SVGProps<SVGPatternElement>'.
3377 pattern: React.SVGProps<SVGPatternElement>;
~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3278:13
3278 pattern: React.SVGProps<SVGPatternElement>;
~~~~~~~
'pattern' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3378:13 - error TS2717: Subsequent property declarations must have the same type. Property 'polygon' must be of type 'SVGProps<SVGPolygonElement>', but here has type 'SVGProps<SVGPolygonElement>'.
3378 polygon: React.SVGProps<SVGPolygonElement>;
~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3279:13
3279 polygon: React.SVGProps<SVGPolygonElement>;
~~~~~~~
'polygon' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3379:13 - error TS2717: Subsequent property declarations must have the same type. Property 'polyline' must be of type 'SVGProps<SVGPolylineElement>', but here has type 'SVGProps<SVGPolylineElement>'.
3379 polyline: React.SVGProps<SVGPolylineElement>;
~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3280:13
3280 polyline: React.SVGProps<SVGPolylineElement>;
~~~~~~~~
'polyline' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3380:13 - error TS2717: Subsequent property declarations must have the same type. Property 'radialGradient' must be of type 'SVGProps<SVGRadialGradientElement>', but here has type 'SVGProps<SVGRadialGradientElement>'.
3380 radialGradient: React.SVGProps<SVGRadialGradientElement>;
~~~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3281:13
3281 radialGradient: React.SVGProps<SVGRadialGradientElement>;
~~~~~~~~~~~~~~
'radialGradient' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3381:13 - error TS2717: Subsequent property declarations must have the same type. Property 'rect' must be of type 'SVGProps<SVGRectElement>', but here has type 'SVGProps<SVGRectElement>'.
3381 rect: React.SVGProps<SVGRectElement>;
~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3282:13
3282 rect: React.SVGProps<SVGRectElement>;
~~~~
'rect' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3382:13 - error TS2717: Subsequent property declarations must have the same type. Property 'stop' must be of type 'SVGProps<SVGStopElement>', but here has type 'SVGProps<SVGStopElement>'.
3382 stop: React.SVGProps<SVGStopElement>;
~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3283:13
3283 stop: React.SVGProps<SVGStopElement>;
~~~~
'stop' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3383:13 - error TS2717: Subsequent property declarations must have the same type. Property 'switch' must be of type 'SVGProps<SVGSwitchElement>', but here has type 'SVGProps<SVGSwitchElement>'.
3383 switch: React.SVGProps<SVGSwitchElement>;
~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3284:13
3284 switch: React.SVGProps<SVGSwitchElement>;
~~~~~~
'switch' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3384:13 - error TS2717: Subsequent property declarations must have the same type. Property 'symbol' must be of type 'SVGProps<SVGSymbolElement>', but here has type 'SVGProps<SVGSymbolElement>'.
3384 symbol: React.SVGProps<SVGSymbolElement>;
~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3285:13
3285 symbol: React.SVGProps<SVGSymbolElement>;
~~~~~~
'symbol' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3385:13 - error TS2717: Subsequent property declarations must have the same type. Property 'text' must be of type 'SVGTextElementAttributes<SVGTextElement>', but here has type 'SVGTextElementAttributes<SVGTextElement>'.
3385 text: React.SVGTextElementAttributes<SVGTextElement>;
~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3286:13
3286 text: React.SVGTextElementAttributes<SVGTextElement>;
~~~~
'text' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3386:13 - error TS2717: Subsequent property declarations must have the same type. Property 'textPath' must be of type 'SVGProps<SVGTextPathElement>', but here has type 'SVGProps<SVGTextPathElement>'.
3386 textPath: React.SVGProps<SVGTextPathElement>;
~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3287:13
3287 textPath: React.SVGProps<SVGTextPathElement>;
~~~~~~~~
'textPath' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3387:13 - error TS2717: Subsequent property declarations must have the same type. Property 'tspan' must be of type 'SVGProps<SVGTSpanElement>', but here has type 'SVGProps<SVGTSpanElement>'.
3387 tspan: React.SVGProps<SVGTSpanElement>;
~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3288:13
3288 tspan: React.SVGProps<SVGTSpanElement>;
~~~~~
'tspan' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3388:13 - error TS2717: Subsequent property declarations must have the same type. Property 'use' must be of type 'SVGProps<SVGUseElement>', but here has type 'SVGProps<SVGUseElement>'.
3388 use: React.SVGProps<SVGUseElement>;
~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3289:13
3289 use: React.SVGProps<SVGUseElement>;
~~~
'use' was also declared here.
../../../../node_modules/@types/react/ts5.0/index.d.ts:3389:13 - error TS2717: Subsequent property declarations must have the same type. Property 'view' must be of type 'SVGProps<SVGViewElement>', but here has type 'SVGProps<SVGViewElement>'.
3389 view: React.SVGProps<SVGViewElement>;
~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3290:13
3290 view: React.SVGProps<SVGViewElement>;
~~~~
'view' was also declared here.
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3092:19 - error TS2320: Interface 'ElementClass' cannot simultaneously extend types 'Component<any, {}, any>' and 'Component<any, {}, any>'.
Named property 'context' of types 'Component<any, {}, any>' and 'Component<any, {}, any>' are not identical.
3092 interface ElementClass extends React.Component<any> {
~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3092:19 - error TS2320: Interface 'ElementClass' cannot simultaneously extend types 'Component<any, {}, any>' and 'Component<any, {}, any>'.
Named property 'props' of types 'Component<any, {}, any>' and 'Component<any, {}, any>' are not identical.
3092 interface ElementClass extends React.Component<any> {
~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3092:19 - error TS2320: Interface 'ElementClass' cannot simultaneously extend types 'Component<any, {}, any>' and 'Component<any, {}, any>'.
Named property 'refs' of types 'Component<any, {}, any>' and 'Component<any, {}, any>' are not identical.
3092 interface ElementClass extends React.Component<any> {
~~~~~~~~~~~~
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3100:14 - error TS2300: Duplicate identifier 'LibraryManagedAttributes'.
3100 type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
~~~~~~~~~~~~~~~~~~~~~~~~
../../../../node_modules/@types/react/ts5.0/index.d.ts:3199:14
3199 type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
~~~~~~~~~~~~~~~~~~~~~~~~
'LibraryManagedAttributes' was also declared here.
src/form-group/form-group.tsx:29:8 - error TS2786: 'Component' cannot be used as a JSX component.
Its element type 'Element | Component<{ validationstate: "error" | "success" | "warning" | null | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; ... 257 more ...; as: typeof Component | undefined; }, {}, any>' is not a valid JSX element.
Type 'Component<{ validationstate: "error" | "success" | "warning" | null | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; ... 256 more ...; as: typeof Component | undefined; }, {}, any>' is not assignable to type 'Element | ElementClass | null'.
Type 'Component<{ validationstate: "error" | "success" | "warning" | null | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; ... 256 more ...; as: typeof Component | undefined; }, {}, any>' is not assignable to type 'ElementClass'.
The types returned by 'render()' are incompatible between these types.
Type 'React.ReactNode' is not assignable to type 'import("/Users/sam/Desktop/node_modules/@types/react/ts5.0/index").ReactNode'.
Type '{}' is not assignable to type 'ReactNode'.
29 <Component
~~~~~~~~~
Found 181 errors in 3 files.
Errors Files
176 ../../../../node_modules/@types/react/ts5.0/index.d.ts:3199
4 ../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:3092
1 src/form-group/form-group.tsx:29
/Users/sam/Desktop/PersonalProject/freeCodeCamp/tools/ui-components:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL @freecodecamp/[email protected] build: `pnpm run build:css && pnpm run build:js && tsc`
Exit status 2
ELIFECYCLE Command failed with exit code 1.
ELIFECYCLE Command failed with exit code 1.
ELIFECYCLE Command failed with exit code 1.
ELIFECYCLE Command failed with exit code 1.
ELIFECYCLE Command failed.
ELIFECYCLE Command failed.
ERROR: "develop:client" exited with 1.
ELIFECYCLE Command failed with exit code 1.
sam@Sams-Air freeCodeCamp % Editor is loading...