single-spa / single-spa-react

Single-spa lifecycles helper for React applications
https://single-spa.js.org/docs/ecosystem-react.html
MIT License
226 stars 63 forks source link

Typescript: TS2717 error on build #143

Closed eroncardoso88 closed 2 years ago

eroncardoso88 commented 2 years ago

Hi, I'm getting TS2717 error when trying to build my single-spa application:

"react": "^17.0.2",
"react-dom": "^17.0.2",
"single-spa-react": "^4.3.1",
"@types/jest": "^27.0.1",
"@types/systemjs": "^6.1.1",
"@types/webpack-env": "^1.16.2",
"single-spa": "^5.9.3",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9"

"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",

[build:webpack] webpack 5.72.0 compiled successfully in 4464 ms [build:webpack] yarn run build:webpack exited with code 0 [build:types] node_modules/@types/react/index.d.ts(3075,19): error TS2320: Interface 'ElementClass' cannot simultaneously extend types 'Component<any, {}, any>' and 'Component<any, {}, any>'. [build:types] Named property 'context' of types 'Component<any, {}, any>' and 'Component<any, {}, any>' are not identical. [build:types] node_modules/@types/react/index.d.ts(3075,19): error TS2320: Interface 'ElementClass' cannot simultaneously extend types 'Component<any, {}, any>' and 'Component<any, {}, any>'. [build:types] Named property 'props' of types 'Component<any, {}, any>' and 'Component<any, {}, any>' are not identical. [build:types] node_modules/@types/react/index.d.ts(3075,19): error TS2320: Interface 'ElementClass' cannot simultaneously extend types 'Component<any, {}, any>' and 'Component<any, {}, any>'. [build:types] Named property 'refs' of types 'Component<any, {}, any>' and 'Component<any, {}, any>' are not identical. [build:types] node_modules/@types/react/index.d.ts(3083,14): error TS2300: Duplicate identifier 'LibraryManagedAttributes'. [build:types] node_modules/@types/react/index.d.ts(3123,13): error TS2717: Subsequent property declarations must have the same type. Property 'div' must be of type 'any', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLDivElement>'. [build:types] src/declarations.d.ts(42,3): error TS1038: A 'declare' modifier cannot be used in an already ambient context. [build:types] ../node_modules/@types/react/index.d.ts(3123,14): error TS2300: Duplicate identifier 'LibraryManagedAttributes'. [build:types] ../node_modules/@types/react/index.d.ts(3134,13): error TS2717: Subsequent property declarations must have the same type. Property 'a' must be of type 'DetailedHTMLProps<AnchorHTMLAttributes, HTMLAnchorElement>', but here has type 'DetailedHTMLProps<AnchorHTMLAttributes, HTMLAnchorElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3135,13): error TS2717: Subsequent property declarations must have the same type. Property 'abbr' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3136,13): error TS2717: Subsequent property declarations must have the same type. Property 'address' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3137,13): error TS2717: Subsequent property declarations must have the same type. Property 'area' must be of type 'DetailedHTMLProps<AreaHTMLAttributes, HTMLAreaElement>', but here has type 'DetailedHTMLProps<AreaHTMLAttributes, HTMLAreaElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3138,13): error TS2717: Subsequent property declarations must have the same type. Property 'article' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3139,13): error TS2717: Subsequent property declarations must have the same type. Property 'aside' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3140,13): error TS2717: Subsequent property declarations must have the same type. Property 'audio' must be of type 'DetailedHTMLProps<AudioHTMLAttributes, HTMLAudioElement>', but here has type 'DetailedHTMLProps<AudioHTMLAttributes, HTMLAudioElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3141,13): error TS2717: Subsequent property declarations must have the same type. Property 'b' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3142,13): error TS2717: Subsequent property declarations must have the same type. Property 'base' must be of type 'DetailedHTMLProps<BaseHTMLAttributes, HTMLBaseElement>', but here has type 'DetailedHTMLProps<BaseHTMLAttributes, HTMLBaseElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3143,13): error TS2717: Subsequent property declarations must have the same type. Property 'bdi' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3144,13): error TS2717: Subsequent property declarations must have the same type. Property 'bdo' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3145,13): error TS2717: Subsequent property declarations must have the same type. Property 'big' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3146,13): error TS2717: Subsequent property declarations must have the same type. Property 'blockquote' must be of type 'DetailedHTMLProps<BlockquoteHTMLAttributes, HTMLQuoteElement>', but here has type 'DetailedHTMLProps<BlockquoteHTMLAttributes, HTMLQuoteElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3147,13): error TS2717: Subsequent property declarations must have the same type. Property 'body' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLBodyElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLBodyElement>'.
[build:types] ../node_modules/@types/react/index.d.ts(3148,13): error TS2717: Subsequent property declarations must have the same type. Property 'br' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLBRElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLBRElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3149,13): error TS2717: Subsequent property declarations must have the same type. Property 'button' must be of type 'DetailedHTMLProps<ButtonHTMLAttributes, HTMLButtonElement>', but here has type 'DetailedHTMLProps<ButtonHTMLAttributes, HTMLButtonElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3150,13): error TS2717: Subsequent property declarations must have the same type. Property 'canvas' must be of type 'DetailedHTMLProps<CanvasHTMLAttributes, HTMLCanvasElement>', but here has type 'DetailedHTMLProps<CanvasHTMLAttributes, HTMLCanvasElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3151,13): error TS2717: Subsequent property declarations must have the same type. Property 'caption' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3152,13): error TS2717: Subsequent property declarations must have the same type. Property 'cite' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3153,13): error TS2717: Subsequent property declarations must have the same type. Property 'code' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3154,13): error TS2717: Subsequent property declarations must have the same type. Property 'col' must be of type 'DetailedHTMLProps<ColHTMLAttributes, HTMLTableColElement>', but here has type 'DetailedHTMLProps<ColHTMLAttributes, HTMLTableColElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3155,13): error TS2717: Subsequent property declarations must have the same type. Property 'colgroup' must be of type 'DetailedHTMLProps<ColgroupHTMLAttributes, HTMLTableColElement>', but here has type 'DetailedHTMLProps<ColgroupHTMLAttributes, HTMLTableColElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3156,13): error TS2717: Subsequent property declarations must have the same type. Property 'data' must be of type 'DetailedHTMLProps<DataHTMLAttributes, HTMLDataElement>', but here has type 'DetailedHTMLProps<DataHTMLAttributes, HTMLDataElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3157,13): error TS2717: Subsequent property declarations must have the same type. Property 'datalist' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLDataListElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLDataListElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3158,13): error TS2717: Subsequent property declarations must have the same type. Property 'dd' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3159,13): error TS2717: Subsequent property declarations must have the same type. Property 'del' must be of type 'DetailedHTMLProps<DelHTMLAttributes, HTMLModElement>', but here has type 'DetailedHTMLProps<DelHTMLAttributes, HTMLModElement>'.
[build:types] ../node_modules/@types/react/index.d.ts(3160,13): error TS2717: Subsequent property declarations must have the same type. Property 'details' must be of type 'DetailedHTMLProps<DetailsHTMLAttributes, HTMLDetailsElement>', but here has type 'DetailedHTMLProps<DetailsHTMLAttributes, HTMLDetailsElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3161,13): error TS2717: Subsequent property declarations must have the same type. Property 'dfn' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3162,13): error TS2717: Subsequent property declarations must have the same type. Property 'dialog' must be of type 'DetailedHTMLProps<DialogHTMLAttributes, HTMLDialogElement>', but here has type 'DetailedHTMLProps<DialogHTMLAttributes, HTMLDialogElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3163,13): error TS2717: Subsequent property declarations must have the same type. Property 'div' must be of type 'any', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLDivElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3164,13): error TS2717: Subsequent property declarations must have the same type. Property 'dl' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLDListElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLDListElement>'.
[build:
types] ../node_modules/@types/react/index.d.ts(3165,13): error TS2717: Subsequent property declarations must have the same type. Property 'dt' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3166,13): error TS2717: Subsequent property declarations must have the same type. Property 'em' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3167,13): error TS2717: Subsequent property declarations must have the same type. Property 'embed' must be of type 'DetailedHTMLProps<EmbedHTMLAttributes, HTMLEmbedElement>', but here has type 'DetailedHTMLProps<EmbedHTMLAttributes, HTMLEmbedElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3168,13): error TS2717: Subsequent property declarations must have the same type. Property 'fieldset' must be of type 'DetailedHTMLProps<FieldsetHTMLAttributes, HTMLFieldSetElement>', but here has type 'DetailedHTMLProps<FieldsetHTMLAttributes, HTMLFieldSetElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3169,13): error TS2717: Subsequent property declarations must have the same type. Property 'figcaption' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3170,13): error TS2717: Subsequent property declarations must have the same type. Property 'figure' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3171,13): error TS2717: Subsequent property declarations must have the same type. Property 'footer' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3172,13): error TS2717: Subsequent property declarations must have the same type. Property 'form' must be of type 'DetailedHTMLProps<FormHTMLAttributes, HTMLFormElement>', but here has type 'DetailedHTMLProps<FormHTMLAttributes, HTMLFormElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3173,13): error TS2717: Subsequent property declarations must have the same type. Property 'h1' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLHeadingElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3174,13): error TS2717: Subsequent property declarations must have the same type. Property 'h2' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLHeadingElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3175,13): error TS2717: Subsequent property declarations must have the same type. Property 'h3' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLHeadingElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3176,13): error TS2717: Subsequent property declarations must have the same type. Property 'h4' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLHeadingElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3177,13): error TS2717: Subsequent property declarations must have the same type. Property 'h5' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLHeadingElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3178,13): error TS2717: Subsequent property declarations must have the same type. Property 'h6' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLHeadingElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3179,13): error TS2717: Subsequent property declarations must have the same type. Property 'head' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLHeadElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLHeadElement>'.
[build:types] ../node_modules/@types/react/index.d.ts(3180,13): error TS2717: Subsequent property declarations must have the same type. Property 'header' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3181,13): error TS2717: Subsequent property declarations must have the same type. Property 'hgroup' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3182,13): error TS2717: Subsequent property declarations must have the same type. Property 'hr' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLHRElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLHRElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3183,13): error TS2717: Subsequent property declarations must have the same type. Property 'html' must be of type 'DetailedHTMLProps<HtmlHTMLAttributes, HTMLHtmlElement>', but here has type 'DetailedHTMLProps<HtmlHTMLAttributes, HTMLHtmlElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3184,13): error TS2717: Subsequent property declarations must have the same type. Property 'i' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3185,13): error TS2717: Subsequent property declarations must have the same type. Property 'iframe' must be of type 'DetailedHTMLProps<IframeHTMLAttributes, HTMLIFrameElement>', but here has type 'DetailedHTMLProps<IframeHTMLAttributes, HTMLIFrameElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3186,13): error TS2717: Subsequent property declarations must have the same type. Property 'img' must be of type 'DetailedHTMLProps<ImgHTMLAttributes, HTMLImageElement>', but here has type 'DetailedHTMLProps<ImgHTMLAttributes, HTMLImageElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3187,13): error TS2717: Subsequent property declarations must have the same type. Property 'input' must be of type 'DetailedHTMLProps<InputHTMLAttributes, HTMLInputElement>', but here has type 'DetailedHTMLProps<InputHTMLAttributes, HTMLInputElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3188,13): error TS2717: Subsequent property declarations must have the same type. Property 'ins' must be of type 'DetailedHTMLProps<InsHTMLAttributes, HTMLModElement>', but here has type 'DetailedHTMLProps<InsHTMLAttributes, HTMLModElement>'.
[build:
types] ../node_modules/@types/react/index.d.ts(3189,13): error TS2717: Subsequent property declarations must have the same type. Property 'kbd' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3190,13): error TS2717: Subsequent property declarations must have the same type. Property 'keygen' must be of type 'DetailedHTMLProps<KeygenHTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<KeygenHTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3191,13): error TS2717: Subsequent property declarations must have the same type. Property 'label' must be of type 'DetailedHTMLProps<LabelHTMLAttributes, HTMLLabelElement>', but here has type 'DetailedHTMLProps<LabelHTMLAttributes, HTMLLabelElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3192,13): error TS2717: Subsequent property declarations must have the same type. Property 'legend' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLLegendElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLLegendElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3193,13): error TS2717: Subsequent property declarations must have the same type. Property 'li' must be of type 'DetailedHTMLProps<LiHTMLAttributes, HTMLLIElement>', but here has type 'DetailedHTMLProps<LiHTMLAttributes, HTMLLIElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3194,13): error TS2717: Subsequent property declarations must have the same type. Property 'link' must be of type 'DetailedHTMLProps<LinkHTMLAttributes, HTMLLinkElement>', but here has type 'DetailedHTMLProps<LinkHTMLAttributes, HTMLLinkElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3195,13): error TS2717: Subsequent property declarations must have the same type. Property 'main' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3196,13): error TS2717: Subsequent property declarations must have the same type. Property 'map' must be of type 'DetailedHTMLProps<MapHTMLAttributes, HTMLMapElement>', but here has type 'DetailedHTMLProps<MapHTMLAttributes, HTMLMapElement>'.
[build:
types] ../node_modules/@types/react/index.d.ts(3197,13): error TS2717: Subsequent property declarations must have the same type. Property 'mark' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3198,13): error TS2717: Subsequent property declarations must have the same type. Property 'menu' must be of type 'DetailedHTMLProps<MenuHTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<MenuHTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3199,13): error TS2717: Subsequent property declarations must have the same type. Property 'menuitem' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3200,13): error TS2717: Subsequent property declarations must have the same type. Property 'meta' must be of type 'DetailedHTMLProps<MetaHTMLAttributes, HTMLMetaElement>', but here has type 'DetailedHTMLProps<MetaHTMLAttributes, HTMLMetaElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3201,13): error TS2717: Subsequent property declarations must have the same type. Property 'meter' must be of type 'DetailedHTMLProps<MeterHTMLAttributes, HTMLMeterElement>', but here has type 'DetailedHTMLProps<MeterHTMLAttributes, HTMLMeterElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3202,13): error TS2717: Subsequent property declarations must have the same type. Property 'nav' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3203,13): error TS2717: Subsequent property declarations must have the same type. Property 'noindex' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3204,13): error TS2717: Subsequent property declarations must have the same type. Property 'noscript' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3205,13): error TS2717: Subsequent property declarations must have the same type. Property 'object' must be of type 'DetailedHTMLProps<ObjectHTMLAttributes, HTMLObjectElement>', but here has type 'DetailedHTMLProps<ObjectHTMLAttributes, HTMLObjectElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3206,13): error TS2717: Subsequent property declarations must have the same type. Property 'ol' must be of type 'DetailedHTMLProps<OlHTMLAttributes, HTMLOListElement>', but here has type 'DetailedHTMLProps<OlHTMLAttributes, HTMLOListElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3207,13): error TS2717: Subsequent property declarations must have the same type. Property 'optgroup' must be of type 'DetailedHTMLProps<OptgroupHTMLAttributes, HTMLOptGroupElement>', but here has type 'DetailedHTMLProps<OptgroupHTMLAttributes, HTMLOptGroupElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3208,13): error TS2717: Subsequent property declarations must have the same type. Property 'option' must be of type 'DetailedHTMLProps<OptionHTMLAttributes, HTMLOptionElement>', but here has type 'DetailedHTMLProps<OptionHTMLAttributes, HTMLOptionElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3209,13): error TS2717: Subsequent property declarations must have the same type. Property 'output' must be of type 'DetailedHTMLProps<OutputHTMLAttributes, HTMLOutputElement>', but here has type 'DetailedHTMLProps<OutputHTMLAttributes, HTMLOutputElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3210,13): error TS2717: Subsequent property declarations must have the same type. Property 'p' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLParagraphElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLParagraphElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3211,13): error TS2717: Subsequent property declarations must have the same type. Property 'param' must be of type 'DetailedHTMLProps<ParamHTMLAttributes, HTMLParamElement>', but here has type 'DetailedHTMLProps<ParamHTMLAttributes, HTMLParamElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3212,13): error TS2717: Subsequent property declarations must have the same type. Property 'picture' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3213,13): error TS2717: Subsequent property declarations must have the same type. Property 'pre' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLPreElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLPreElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3214,13): error TS2717: Subsequent property declarations must have the same type. Property 'progress' must be of type 'DetailedHTMLProps<ProgressHTMLAttributes, HTMLProgressElement>', but here has type 'DetailedHTMLProps<ProgressHTMLAttributes, HTMLProgressElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3215,13): error TS2717: Subsequent property declarations must have the same type. Property 'q' must be of type 'DetailedHTMLProps<QuoteHTMLAttributes, HTMLQuoteElement>', but here has type 'DetailedHTMLProps<QuoteHTMLAttributes, HTMLQuoteElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3216,13): error TS2717: Subsequent property declarations must have the same type. Property 'rp' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3217,13): error TS2717: Subsequent property declarations must have the same type. Property 'rt' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3218,13): error TS2717: Subsequent property declarations must have the same type. Property 'ruby' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3219,13): error TS2717: Subsequent property declarations must have the same type. Property 's' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3220,13): error TS2717: Subsequent property declarations must have the same type. Property 'samp' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3221,13): error TS2717: Subsequent property declarations must have the same type. Property 'slot' must be of type 'DetailedHTMLProps<SlotHTMLAttributes, HTMLSlotElement>', but here has type 'DetailedHTMLProps<SlotHTMLAttributes, HTMLSlotElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3222,13): error TS2717: Subsequent property declarations must have the same type. Property 'script' must be of type 'DetailedHTMLProps<ScriptHTMLAttributes, HTMLScriptElement>', but here has type 'DetailedHTMLProps<ScriptHTMLAttributes, HTMLScriptElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3223,13): error TS2717: Subsequent property declarations must have the same type. Property 'section' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3224,13): error TS2717: Subsequent property declarations must have the same type. Property 'select' must be of type 'DetailedHTMLProps<SelectHTMLAttributes, HTMLSelectElement>', but here has type 'DetailedHTMLProps<SelectHTMLAttributes, HTMLSelectElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3225,13): error TS2717: Subsequent property declarations must have the same type. Property 'small' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3226,13): error TS2717: Subsequent property declarations must have the same type. Property 'source' must be of type 'DetailedHTMLProps<SourceHTMLAttributes, HTMLSourceElement>', but here has type 'DetailedHTMLProps<SourceHTMLAttributes, HTMLSourceElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3227,13): error TS2717: Subsequent property declarations must have the same type. Property 'span' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLSpanElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLSpanElement>'.
[build:types] ../node_modules/@types/react/index.d.ts(3228,13): error TS2717: Subsequent property declarations must have the same type. Property 'strong' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3229,13): error TS2717: Subsequent property declarations must have the same type. Property 'style' must be of type 'DetailedHTMLProps<StyleHTMLAttributes, HTMLStyleElement>', but here has type 'DetailedHTMLProps<StyleHTMLAttributes, HTMLStyleElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3230,13): error TS2717: Subsequent property declarations must have the same type. Property 'sub' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3231,13): error TS2717: Subsequent property declarations must have the same type. Property 'summary' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3232,13): error TS2717: Subsequent property declarations must have the same type. Property 'sup' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3233,13): error TS2717: Subsequent property declarations must have the same type. Property 'table' must be of type 'DetailedHTMLProps<TableHTMLAttributes, HTMLTableElement>', but here has type 'DetailedHTMLProps<TableHTMLAttributes, HTMLTableElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3234,13): error TS2717: Subsequent property declarations must have the same type. Property 'template' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLTemplateElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLTemplateElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3235,13): error TS2717: Subsequent property declarations must have the same type. Property 'tbody' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLTableSectionElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLTableSectionElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3236,13): error TS2717: Subsequent property declarations must have the same type. Property 'td' must be of type 'DetailedHTMLProps<TdHTMLAttributes, HTMLTableDataCellElement>', but here has type 'DetailedHTMLProps<TdHTMLAttributes, HTMLTableDataCellElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3237,13): error TS2717: Subsequent property declarations must have the same type. Property 'textarea' must be of type 'DetailedHTMLProps<TextareaHTMLAttributes, HTMLTextAreaElement>', but here has type 'DetailedHTMLProps<TextareaHTMLAttributes, HTMLTextAreaElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3238,13): error TS2717: Subsequent property declarations must have the same type. Property 'tfoot' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLTableSectionElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLTableSectionElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3239,13): error TS2717: Subsequent property declarations must have the same type. Property 'th' must be of type 'DetailedHTMLProps<ThHTMLAttributes, HTMLTableHeaderCellElement>', but here has type 'DetailedHTMLProps<ThHTMLAttributes, HTMLTableHeaderCellElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3240,13): error TS2717: Subsequent property declarations must have the same type. Property 'thead' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLTableSectionElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLTableSectionElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3241,13): error TS2717: Subsequent property declarations must have the same type. Property 'time' must be of type 'DetailedHTMLProps<TimeHTMLAttributes, HTMLTimeElement>', but here has type 'DetailedHTMLProps<TimeHTMLAttributes, HTMLTimeElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3242,13): error TS2717: Subsequent property declarations must have the same type. Property 'title' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLTitleElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLTitleElement>'.
[build:
types] ../node_modules/@types/react/index.d.ts(3243,13): error TS2717: Subsequent property declarations must have the same type. Property 'tr' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLTableRowElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLTableRowElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3244,13): error TS2717: Subsequent property declarations must have the same type. Property 'track' must be of type 'DetailedHTMLProps<TrackHTMLAttributes, HTMLTrackElement>', but here has type 'DetailedHTMLProps<TrackHTMLAttributes, HTMLTrackElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3245,13): error TS2717: Subsequent property declarations must have the same type. Property 'u' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3246,13): error TS2717: Subsequent property declarations must have the same type. Property 'ul' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLUListElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLUListElement>'.
[build:
types] ../node_modules/@types/react/index.d.ts(3247,13): error TS2717: Subsequent property declarations must have the same type. Property '"var"' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3248,13): error TS2717: Subsequent property declarations must have the same type. Property 'video' must be of type 'DetailedHTMLProps<VideoHTMLAttributes, HTMLVideoElement>', but here has type 'DetailedHTMLProps<VideoHTMLAttributes, HTMLVideoElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3249,13): error TS2717: Subsequent property declarations must have the same type. Property 'wbr' must be of type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes, HTMLElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3250,13): error TS2717: Subsequent property declarations must have the same type. Property 'webview' must be of type 'DetailedHTMLProps<WebViewHTMLAttributes, HTMLWebViewElement>', but here has type 'DetailedHTMLProps<WebViewHTMLAttributes, HTMLWebViewElement>'. [build:types] ../node_modules/@types/react/index.d.ts(3253,13): error TS2717: Subsequent property declarations must have the same type. Property 'svg' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3255,13): error TS2717: Subsequent property declarations must have the same type. Property 'animate' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3256,13): error TS2717: Subsequent property declarations must have the same type. Property 'animateMotion' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3257,13): error TS2717: Subsequent property declarations must have the same type. Property 'animateTransform' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3258,13): error TS2717: Subsequent property declarations must have the same type. Property 'circle' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3259,13): error TS2717: Subsequent property declarations must have the same type. Property 'clipPath' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3260,13): error TS2717: Subsequent property declarations must have the same type. Property 'defs' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3261,13): error TS2717: Subsequent property declarations must have the same type. Property 'desc' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3262,13): error TS2717: Subsequent property declarations must have the same type. Property 'ellipse' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3263,13): error TS2717: Subsequent property declarations must have the same type. Property 'feBlend' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3264,13): error TS2717: Subsequent property declarations must have the same type. Property 'feColorMatrix' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3265,13): error TS2717: Subsequent property declarations must have the same type. Property 'feComponentTransfer' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3266,13): error TS2717: Subsequent property declarations must have the same type. Property 'feComposite' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3267,13): error TS2717: Subsequent property declarations must have the same type. Property 'feConvolveMatrix' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3268,13): error TS2717: Subsequent property declarations must have the same type. Property 'feDiffuseLighting' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3269,13): error TS2717: Subsequent property declarations must have the same type. Property 'feDisplacementMap' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3270,13): error TS2717: Subsequent property declarations must have the same type. Property 'feDistantLight' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3271,13): error TS2717: Subsequent property declarations must have the same type. Property 'feDropShadow' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3272,13): error TS2717: Subsequent property declarations must have the same type. Property 'feFlood' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3273,13): error TS2717: Subsequent property declarations must have the same type. Property 'feFuncA' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3274,13): error TS2717: Subsequent property declarations must have the same type. Property 'feFuncB' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3275,13): error TS2717: Subsequent property declarations must have the same type. Property 'feFuncG' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3276,13): error TS2717: Subsequent property declarations must have the same type. Property 'feFuncR' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3277,13): error TS2717: Subsequent property declarations must have the same type. Property 'feGaussianBlur' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3278,13): error TS2717: Subsequent property declarations must have the same type. Property 'feImage' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3279,13): error TS2717: Subsequent property declarations must have the same type. Property 'feMerge' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3280,13): error TS2717: Subsequent property declarations must have the same type. Property 'feMergeNode' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3281,13): error TS2717: Subsequent property declarations must have the same type. Property 'feMorphology' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3282,13): error TS2717: Subsequent property declarations must have the same type. Property 'feOffset' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3283,13): error TS2717: Subsequent property declarations must have the same type. Property 'fePointLight' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3284,13): error TS2717: Subsequent property declarations must have the same type. Property 'feSpecularLighting' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3285,13): error TS2717: Subsequent property declarations must have the same type. Property 'feSpotLight' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3286,13): error TS2717: Subsequent property declarations must have the same type. Property 'feTile' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3287,13): error TS2717: Subsequent property declarations must have the same type. Property 'feTurbulence' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3288,13): error TS2717: Subsequent property declarations must have the same type. Property 'filter' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3289,13): error TS2717: Subsequent property declarations must have the same type. Property 'foreignObject' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3290,13): error TS2717: Subsequent property declarations must have the same type. Property 'g' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3291,13): error TS2717: Subsequent property declarations must have the same type. Property 'image' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3292,13): error TS2717: Subsequent property declarations must have the same type. Property 'line' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3293,13): error TS2717: Subsequent property declarations must have the same type. Property 'linearGradient' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3294,13): error TS2717: Subsequent property declarations must have the same type. Property 'marker' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3295,13): error TS2717: Subsequent property declarations must have the same type. Property 'mask' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3296,13): error TS2717: Subsequent property declarations must have the same type. Property 'metadata' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3297,13): error TS2717: Subsequent property declarations must have the same type. Property 'mpath' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3298,13): error TS2717: Subsequent property declarations must have the same type. Property 'path' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3299,13): error TS2717: Subsequent property declarations must have the same type. Property 'pattern' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3300,13): error TS2717: Subsequent property declarations must have the same type. Property 'polygon' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3301,13): error TS2717: Subsequent property declarations must have the same type. Property 'polyline' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3302,13): error TS2717: Subsequent property declarations must have the same type. Property 'radialGradient' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3303,13): error TS2717: Subsequent property declarations must have the same type. Property 'rect' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3304,13): error TS2717: Subsequent property declarations must have the same type. Property 'stop' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3305,13): error TS2717: Subsequent property declarations must have the same type. Property 'switch' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3306,13): error TS2717: Subsequent property declarations must have the same type. Property 'symbol' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3307,13): error TS2717: Subsequent property declarations must have the same type. Property 'text' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3308,13): error TS2717: Subsequent property declarations must have the same type. Property 'textPath' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3309,13): error TS2717: Subsequent property declarations must have the same type. Property 'tspan' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3310,13): error TS2717: Subsequent property declarations must have the same type. Property 'use' must be of type 'SVGProps', but here has type 'SVGProps'. [build:types] ../node_modules/@types/react/index.d.ts(3311,13): error TS2717: Subsequent property declarations must have the same type. Property 'view' must be of type 'SVGProps', but here has type 'SVGProps'. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. [build:types] error Command failed with exit code 2.

Can't quite figure out what to do to get it fixed.

filoxo commented 2 years ago

This error does not mention single-spa-react at all so I don't believe this is a single-spa-react issue. Because this has been open for so long, I'm going to go ahead and close this. If you'd like to reopen this, please provide a reproduction repo.