Skip to content
This repository was archived by the owner on Mar 9, 2023. It is now read-only.

build: update #18

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

build: update #18

wants to merge 3 commits into from

Conversation

brettinternet
Copy link
Owner

No description provided.

@brettinternet brettinternet changed the title Build/update build: update Dec 10, 2020
@brettinternet
Copy link
Owner Author

../../node_modules/@types/react/index.d.ts:2950:14 - error TS2300: Duplicate identifier 'LibraryManagedAttributes'.

2950         type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
                  ~~~~~~~~~~~~~~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:2981:14
    2981         type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
                      ~~~~~~~~~~~~~~~~~~~~~~~~
    'LibraryManagedAttributes' was also declared here.

../../node_modules/@types/react/index.d.ts:2963:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'a' must be of type 'DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>', but here has type 'DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>'.

2963             a: React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
                 ~

  node_modules/@types/react/index.d.ts:2992:13
    2992             a: React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
                     ~
    'a' was also declared here.

../../node_modules/@types/react/index.d.ts:2964:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'abbr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

2964             abbr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:2993:13
    2993             abbr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~
    'abbr' was also declared here.

../../node_modules/@types/react/index.d.ts:2965:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'address' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

2965             address: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:2994:13
    2994             address: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~~~
    'address' was also declared here.

../../node_modules/@types/react/index.d.ts:2966:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'area' must be of type 'DetailedHTMLProps<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>', but here has type 'DetailedHTMLProps<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>'.

2966             area: React.DetailedHTMLProps<React.AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:2995:13
    2995             area: React.DetailedHTMLProps<React.AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>;
                     ~~~~
    'area' was also declared here.

../../node_modules/@types/react/index.d.ts:2967:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'article' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

2967             article: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:2996:13
    2996             article: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~~~
    'article' was also declared here.

../../node_modules/@types/react/index.d.ts:2968:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'aside' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

2968             aside: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:2997:13
    2997             aside: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~
    'aside' was also declared here.

../../node_modules/@types/react/index.d.ts:2969:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'audio' must be of type 'DetailedHTMLProps<AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>', but here has type 'DetailedHTMLProps<AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>'.

2969             audio: React.DetailedHTMLProps<React.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:2998:13
    2998             audio: React.DetailedHTMLProps<React.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>;
                     ~~~~~
    'audio' was also declared here.

../../node_modules/@types/react/index.d.ts:2970:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'b' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

2970             b: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~

  node_modules/@types/react/index.d.ts:2999:13
    2999             b: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~
    'b' was also declared here.

../../node_modules/@types/react/index.d.ts:2971:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'base' must be of type 'DetailedHTMLProps<BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>', but here has type 'DetailedHTMLProps<BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>'.

2971             base: React.DetailedHTMLProps<React.BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3000:13
    3000             base: React.DetailedHTMLProps<React.BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>;
                     ~~~~
    'base' was also declared here.

../../node_modules/@types/react/index.d.ts:2972:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'bdi' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

2972             bdi: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~

  node_modules/@types/react/index.d.ts:3001:13
    3001             bdi: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~
    'bdi' was also declared here.

../../node_modules/@types/react/index.d.ts:2973:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'bdo' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

2973             bdo: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~

  node_modules/@types/react/index.d.ts:3002:13
    3002             bdo: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~
    'bdo' was also declared here.

../../node_modules/@types/react/index.d.ts:2974:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'big' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

2974             big: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~

  node_modules/@types/react/index.d.ts:3003:13
    3003             big: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~
    'big' was also declared here.

../../node_modules/@types/react/index.d.ts:2975:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'blockquote' must be of type 'DetailedHTMLProps<BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>'.

2975             blockquote: React.DetailedHTMLProps<React.BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3004:13
    3004             blockquote: React.DetailedHTMLProps<React.BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~~~~~~
    'blockquote' was also declared here.

../../node_modules/@types/react/index.d.ts:2976:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'body' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>'.

2976             body: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3005:13
    3005             body: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>;
                     ~~~~
    'body' was also declared here.

../../node_modules/@types/react/index.d.ts:2977:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'br' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLBRElement>, HTMLBRElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLBRElement>, HTMLBRElement>'.

2977             br: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBRElement>, HTMLBRElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3006:13
    3006             br: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBRElement>, HTMLBRElement>;
                     ~~
    'br' was also declared here.

../../node_modules/@types/react/index.d.ts:2978:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'button' must be of type 'DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>', but here has type 'DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>'.

2978             button: React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3007:13
    3007             button: React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
                     ~~~~~~
    'button' was also declared here.

../../node_modules/@types/react/index.d.ts:2979:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'canvas' must be of type 'DetailedHTMLProps<CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>', but here has type 'DetailedHTMLProps<CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>'.

2979             canvas: React.DetailedHTMLProps<React.CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3008:13
    3008             canvas: React.DetailedHTMLProps<React.CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>;
                     ~~~~~~
    'canvas' was also declared here.

../../node_modules/@types/react/index.d.ts:2980:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'caption' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

2980             caption: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:3009:13
    3009             caption: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~~~
    'caption' was also declared here.

../../node_modules/@types/react/index.d.ts:2981:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'cite' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

2981             cite: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3010:13
    3010             cite: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~
    'cite' was also declared here.

../../node_modules/@types/react/index.d.ts:2982:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'code' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

2982             code: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3011:13
    3011             code: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~
    'code' was also declared here.

../../node_modules/@types/react/index.d.ts:2983:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'col' must be of type 'DetailedHTMLProps<ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>', but here has type 'DetailedHTMLProps<ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>'.

2983             col: React.DetailedHTMLProps<React.ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
                 ~~~

  node_modules/@types/react/index.d.ts:3012:13
    3012             col: React.DetailedHTMLProps<React.ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
                     ~~~
    'col' was also declared here.

../../node_modules/@types/react/index.d.ts:2984:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'colgroup' must be of type 'DetailedHTMLProps<ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>', but here has type 'DetailedHTMLProps<ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>'.

2984             colgroup: React.DetailedHTMLProps<React.ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
                 ~~~~~~~~

  node_modules/@types/react/index.d.ts:3013:13
    3013             colgroup: React.DetailedHTMLProps<React.ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
                     ~~~~~~~~
    'colgroup' was also declared here.

../../node_modules/@types/react/index.d.ts:2985:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'data' must be of type 'DetailedHTMLProps<DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>', but here has type 'DetailedHTMLProps<DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>'.

2985             data: React.DetailedHTMLProps<React.DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3014:13
    3014             data: React.DetailedHTMLProps<React.DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>;
                     ~~~~
    'data' was also declared here.

../../node_modules/@types/react/index.d.ts:2986:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'datalist' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>'.

2986             datalist: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>;
                 ~~~~~~~~

  node_modules/@types/react/index.d.ts:3015:13
    3015             datalist: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>;
                     ~~~~~~~~
    'datalist' was also declared here.

../../node_modules/@types/react/index.d.ts:2987:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'dd' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

2987             dd: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3016:13
    3016             dd: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~
    'dd' was also declared here.

../../node_modules/@types/react/index.d.ts:2988:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'del' must be of type 'DetailedHTMLProps<DelHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<DelHTMLAttributes<HTMLElement>, HTMLElement>'.

2988             del: React.DetailedHTMLProps<React.DelHTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~

  node_modules/@types/react/index.d.ts:3017:13
    3017             del: React.DetailedHTMLProps<React.DelHTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~
    'del' was also declared here.

../../node_modules/@types/react/index.d.ts:2989:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'details' must be of type 'DetailedHTMLProps<DetailsHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<DetailsHTMLAttributes<HTMLElement>, HTMLElement>'.

2989             details: React.DetailedHTMLProps<React.DetailsHTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:3018:13
    3018             details: React.DetailedHTMLProps<React.DetailsHTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~~~
    'details' was also declared here.

../../node_modules/@types/react/index.d.ts:2990:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'dfn' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

2990             dfn: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~

  node_modules/@types/react/index.d.ts:3019:13
    3019             dfn: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~
    'dfn' was also declared here.

../../node_modules/@types/react/index.d.ts:2991:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'dialog' must be of type 'DetailedHTMLProps<DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>', but here has type 'DetailedHTMLProps<DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>'.

2991             dialog: React.DetailedHTMLProps<React.DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3020:13
    3020             dialog: React.DetailedHTMLProps<React.DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>;
                     ~~~~~~
    'dialog' was also declared here.

../../node_modules/@types/react/index.d.ts:2992:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'div' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.

2992             div: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
                 ~~~

  node_modules/@types/react/index.d.ts:3021:13
    3021             div: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
                     ~~~
    'div' was also declared here.

../../node_modules/@types/react/index.d.ts:2993:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'dl' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLDListElement>, HTMLDListElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLDListElement>, HTMLDListElement>'.

2993             dl: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDListElement>, HTMLDListElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3022:13
    3022             dl: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDListElement>, HTMLDListElement>;
                     ~~
    'dl' was also declared here.

../../node_modules/@types/react/index.d.ts:2994:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'dt' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

2994             dt: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3023:13
    3023             dt: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~
    'dt' was also declared here.

../../node_modules/@types/react/index.d.ts:2995:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'em' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

2995             em: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3024:13
    3024             em: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~
    'em' was also declared here.

../../node_modules/@types/react/index.d.ts:2996:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'embed' must be of type 'DetailedHTMLProps<EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>', but here has type 'DetailedHTMLProps<EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>'.

2996             embed: React.DetailedHTMLProps<React.EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:3025:13
    3025             embed: React.DetailedHTMLProps<React.EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>;
                     ~~~~~
    'embed' was also declared here.

../../node_modules/@types/react/index.d.ts:2997:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'fieldset' must be of type 'DetailedHTMLProps<FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>', but here has type 'DetailedHTMLProps<FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>'.

2997             fieldset: React.DetailedHTMLProps<React.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>;
                 ~~~~~~~~

  node_modules/@types/react/index.d.ts:3026:13
    3026             fieldset: React.DetailedHTMLProps<React.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>;
                     ~~~~~~~~
    'fieldset' was also declared here.

../../node_modules/@types/react/index.d.ts:2998:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'figcaption' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

2998             figcaption: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3027:13
    3027             figcaption: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~~~~~~
    'figcaption' was also declared here.

../../node_modules/@types/react/index.d.ts:2999:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'figure' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

2999             figure: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3028:13
    3028             figure: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~~
    'figure' was also declared here.

../../node_modules/@types/react/index.d.ts:3000:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'footer' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3000             footer: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3029:13
    3029             footer: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~~
    'footer' was also declared here.

../../node_modules/@types/react/index.d.ts:3001:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'form' must be of type 'DetailedHTMLProps<FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>', but here has type 'DetailedHTMLProps<FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>'.

3001             form: React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3030:13
    3030             form: React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>;
                     ~~~~
    'form' was also declared here.

../../node_modules/@types/react/index.d.ts:3002:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'h1' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.

3002             h1: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3031:13
    3031             h1: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
                     ~~
    'h1' was also declared here.

../../node_modules/@types/react/index.d.ts:3003:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'h2' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.

3003             h2: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3032:13
    3032             h2: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
                     ~~
    'h2' was also declared here.

../../node_modules/@types/react/index.d.ts:3004:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'h3' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.

3004             h3: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3033:13
    3033             h3: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
                     ~~
    'h3' was also declared here.

../../node_modules/@types/react/index.d.ts:3005:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'h4' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.

3005             h4: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3034:13
    3034             h4: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
                     ~~
    'h4' was also declared here.

../../node_modules/@types/react/index.d.ts:3006:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'h5' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.

3006             h5: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3035:13
    3035             h5: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
                     ~~
    'h5' was also declared here.

../../node_modules/@types/react/index.d.ts:3007:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'h6' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.

3007             h6: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3036:13
    3036             h6: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
                     ~~
    'h6' was also declared here.

../../node_modules/@types/react/index.d.ts:3008:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'head' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>'.

3008             head: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3037:13
    3037             head: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>;
                     ~~~~
    'head' was also declared here.

../../node_modules/@types/react/index.d.ts:3009:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'header' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3009             header: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3038:13
    3038             header: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~~
    'header' was also declared here.

../../node_modules/@types/react/index.d.ts:3010:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'hgroup' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3010             hgroup: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3039:13
    3039             hgroup: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~~
    'hgroup' was also declared here.

../../node_modules/@types/react/index.d.ts:3011:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'hr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHRElement>, HTMLHRElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHRElement>, HTMLHRElement>'.

3011             hr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHRElement>, HTMLHRElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3040:13
    3040             hr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHRElement>, HTMLHRElement>;
                     ~~
    'hr' was also declared here.

../../node_modules/@types/react/index.d.ts:3012:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'html' must be of type 'DetailedHTMLProps<HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>', but here has type 'DetailedHTMLProps<HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>'.

3012             html: React.DetailedHTMLProps<React.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3041:13
    3041             html: React.DetailedHTMLProps<React.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>;
                     ~~~~
    'html' was also declared here.

../../node_modules/@types/react/index.d.ts:3013:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'i' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3013             i: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~

  node_modules/@types/react/index.d.ts:3042:13
    3042             i: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~
    'i' was also declared here.

../../node_modules/@types/react/index.d.ts:3014:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'iframe' must be of type 'DetailedHTMLProps<IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>', but here has type 'DetailedHTMLProps<IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>'.

3014             iframe: React.DetailedHTMLProps<React.IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3043:13
    3043             iframe: React.DetailedHTMLProps<React.IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>;
                     ~~~~~~
    'iframe' was also declared here.

../../node_modules/@types/react/index.d.ts:3015:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'img' must be of type 'DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>', but here has type 'DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>'.

3015             img: React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>;
                 ~~~

  node_modules/@types/react/index.d.ts:3044:13
    3044             img: React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>;
                     ~~~
    'img' was also declared here.

../../node_modules/@types/react/index.d.ts:3016:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'input' must be of type 'DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>', but here has type 'DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>'.

3016             input: React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:3045:13
    3045             input: React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
                     ~~~~~
    'input' was also declared here.

../../node_modules/@types/react/index.d.ts:3017:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'ins' must be of type 'DetailedHTMLProps<InsHTMLAttributes<HTMLModElement>, HTMLModElement>', but here has type 'DetailedHTMLProps<InsHTMLAttributes<HTMLModElement>, HTMLModElement>'.

3017             ins: React.DetailedHTMLProps<React.InsHTMLAttributes<HTMLModElement>, HTMLModElement>;
                 ~~~

  node_modules/@types/react/index.d.ts:3046:13
    3046             ins: React.DetailedHTMLProps<React.InsHTMLAttributes<HTMLModElement>, HTMLModElement>;
                     ~~~
    'ins' was also declared here.

../../node_modules/@types/react/index.d.ts:3018:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'kbd' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3018             kbd: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~

  node_modules/@types/react/index.d.ts:3047:13
    3047             kbd: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~
    'kbd' was also declared here.

../../node_modules/@types/react/index.d.ts:3019:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'keygen' must be of type 'DetailedHTMLProps<KeygenHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<KeygenHTMLAttributes<HTMLElement>, HTMLElement>'.

3019             keygen: React.DetailedHTMLProps<React.KeygenHTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3048:13
    3048             keygen: React.DetailedHTMLProps<React.KeygenHTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~~
    'keygen' was also declared here.

../../node_modules/@types/react/index.d.ts:3020:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'label' must be of type 'DetailedHTMLProps<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>', but here has type 'DetailedHTMLProps<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>'.

3020             label: React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:3049:13
    3049             label: React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>;
                     ~~~~~
    'label' was also declared here.

../../node_modules/@types/react/index.d.ts:3021:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'legend' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>'.

3021             legend: React.DetailedHTMLProps<React.HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3050:13
    3050             legend: React.DetailedHTMLProps<React.HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>;
                     ~~~~~~
    'legend' was also declared here.

../../node_modules/@types/react/index.d.ts:3022:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'li' must be of type 'DetailedHTMLProps<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>', but here has type 'DetailedHTMLProps<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>'.

3022             li: React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3051:13
    3051             li: React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>;
                     ~~
    'li' was also declared here.

../../node_modules/@types/react/index.d.ts:3023:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'link' must be of type 'DetailedHTMLProps<LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>', but here has type 'DetailedHTMLProps<LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>'.

3023             link: React.DetailedHTMLProps<React.LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3052:13
    3052             link: React.DetailedHTMLProps<React.LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>;
                     ~~~~
    'link' was also declared here.

../../node_modules/@types/react/index.d.ts:3024:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'main' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3024             main: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3053:13
    3053             main: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~
    'main' was also declared here.

../../node_modules/@types/react/index.d.ts:3025:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'map' must be of type 'DetailedHTMLProps<MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>', but here has type 'DetailedHTMLProps<MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>'.

3025             map: React.DetailedHTMLProps<React.MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>;
                 ~~~

  node_modules/@types/react/index.d.ts:3054:13
    3054             map: React.DetailedHTMLProps<React.MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>;
                     ~~~
    'map' was also declared here.

../../node_modules/@types/react/index.d.ts:3026:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'mark' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3026             mark: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3055:13
    3055             mark: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~
    'mark' was also declared here.

../../node_modules/@types/react/index.d.ts:3027:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'menu' must be of type 'DetailedHTMLProps<MenuHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<MenuHTMLAttributes<HTMLElement>, HTMLElement>'.

3027             menu: React.DetailedHTMLProps<React.MenuHTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3056:13
    3056             menu: React.DetailedHTMLProps<React.MenuHTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~
    'menu' was also declared here.

../../node_modules/@types/react/index.d.ts:3028:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'menuitem' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3028             menuitem: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~~~~

  node_modules/@types/react/index.d.ts:3057:13
    3057             menuitem: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~~~~
    'menuitem' was also declared here.

../../node_modules/@types/react/index.d.ts:3029:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'meta' must be of type 'DetailedHTMLProps<MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>', but here has type 'DetailedHTMLProps<MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>'.

3029             meta: React.DetailedHTMLProps<React.MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3058:13
    3058             meta: React.DetailedHTMLProps<React.MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>;
                     ~~~~
    'meta' was also declared here.

../../node_modules/@types/react/index.d.ts:3030:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'meter' must be of type 'DetailedHTMLProps<MeterHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<MeterHTMLAttributes<HTMLElement>, HTMLElement>'.

3030             meter: React.DetailedHTMLProps<React.MeterHTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:3059:13
    3059             meter: React.DetailedHTMLProps<React.MeterHTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~
    'meter' was also declared here.

../../node_modules/@types/react/index.d.ts:3031:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'nav' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3031             nav: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~

  node_modules/@types/react/index.d.ts:3060:13
    3060             nav: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~
    'nav' was also declared here.

../../node_modules/@types/react/index.d.ts:3032:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'noindex' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3032             noindex: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:3061:13
    3061             noindex: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~~~
    'noindex' was also declared here.

../../node_modules/@types/react/index.d.ts:3033:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'noscript' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3033             noscript: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~~~~

  node_modules/@types/react/index.d.ts:3062:13
    3062             noscript: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~~~~
    'noscript' was also declared here.

../../node_modules/@types/react/index.d.ts:3034:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'object' must be of type 'DetailedHTMLProps<ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>', but here has type 'DetailedHTMLProps<ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>'.

3034             object: React.DetailedHTMLProps<React.ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3063:13
    3063             object: React.DetailedHTMLProps<React.ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>;
                     ~~~~~~
    'object' was also declared here.

../../node_modules/@types/react/index.d.ts:3035:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'ol' must be of type 'DetailedHTMLProps<OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>', but here has type 'DetailedHTMLProps<OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>'.

3035             ol: React.DetailedHTMLProps<React.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3064:13
    3064             ol: React.DetailedHTMLProps<React.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>;
                     ~~
    'ol' was also declared here.

../../node_modules/@types/react/index.d.ts:3036:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'optgroup' must be of type 'DetailedHTMLProps<OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>', but here has type 'DetailedHTMLProps<OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>'.

3036             optgroup: React.DetailedHTMLProps<React.OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>;
                 ~~~~~~~~

  node_modules/@types/react/index.d.ts:3065:13
    3065             optgroup: React.DetailedHTMLProps<React.OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>;
                     ~~~~~~~~
    'optgroup' was also declared here.

../../node_modules/@types/react/index.d.ts:3037:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'option' must be of type 'DetailedHTMLProps<OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>', but here has type 'DetailedHTMLProps<OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>'.

3037             option: React.DetailedHTMLProps<React.OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3066:13
    3066             option: React.DetailedHTMLProps<React.OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>;
                     ~~~~~~
    'option' was also declared here.

../../node_modules/@types/react/index.d.ts:3038:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'output' must be of type 'DetailedHTMLProps<OutputHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<OutputHTMLAttributes<HTMLElement>, HTMLElement>'.

3038             output: React.DetailedHTMLProps<React.OutputHTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3067:13
    3067             output: React.DetailedHTMLProps<React.OutputHTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~~
    'output' was also declared here.

../../node_modules/@types/react/index.d.ts:3039:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'p' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>'.

3039             p: React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>;
                 ~

  node_modules/@types/react/index.d.ts:3068:13
    3068             p: React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>;
                     ~
    'p' was also declared here.

../../node_modules/@types/react/index.d.ts:3040:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'param' must be of type 'DetailedHTMLProps<ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>', but here has type 'DetailedHTMLProps<ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>'.

3040             param: React.DetailedHTMLProps<React.ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:3069:13
    3069             param: React.DetailedHTMLProps<React.ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>;
                     ~~~~~
    'param' was also declared here.

../../node_modules/@types/react/index.d.ts:3041:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'picture' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3041             picture: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:3070:13
    3070             picture: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~~~
    'picture' was also declared here.

../../node_modules/@types/react/index.d.ts:3042:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'pre' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLPreElement>, HTMLPreElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLPreElement>, HTMLPreElement>'.

3042             pre: React.DetailedHTMLProps<React.HTMLAttributes<HTMLPreElement>, HTMLPreElement>;
                 ~~~

  node_modules/@types/react/index.d.ts:3071:13
    3071             pre: React.DetailedHTMLProps<React.HTMLAttributes<HTMLPreElement>, HTMLPreElement>;
                     ~~~
    'pre' was also declared here.

../../node_modules/@types/react/index.d.ts:3043:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'progress' must be of type 'DetailedHTMLProps<ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>', but here has type 'DetailedHTMLProps<ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>'.

3043             progress: React.DetailedHTMLProps<React.ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>;
                 ~~~~~~~~

  node_modules/@types/react/index.d.ts:3072:13
    3072             progress: React.DetailedHTMLProps<React.ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>;
                     ~~~~~~~~
    'progress' was also declared here.

../../node_modules/@types/react/index.d.ts:3044:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'q' must be of type 'DetailedHTMLProps<QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>', but here has type 'DetailedHTMLProps<QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>'.

3044             q: React.DetailedHTMLProps<React.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>;
                 ~

  node_modules/@types/react/index.d.ts:3073:13
    3073             q: React.DetailedHTMLProps<React.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>;
                     ~
    'q' was also declared here.

../../node_modules/@types/react/index.d.ts:3045:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'rp' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3045             rp: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3074:13
    3074             rp: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~
    'rp' was also declared here.

../../node_modules/@types/react/index.d.ts:3046:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'rt' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3046             rt: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3075:13
    3075             rt: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~
    'rt' was also declared here.

../../node_modules/@types/react/index.d.ts:3047:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'ruby' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3047             ruby: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3076:13
    3076             ruby: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~
    'ruby' was also declared here.

../../node_modules/@types/react/index.d.ts:3048:13 - error TS2717: Subsequent property declarations must have the same type.  Property 's' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3048             s: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~

  node_modules/@types/react/index.d.ts:3077:13
    3077             s: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~
    's' was also declared here.

../../node_modules/@types/react/index.d.ts:3049:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'samp' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3049             samp: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3078:13
    3078             samp: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~
    'samp' was also declared here.

../../node_modules/@types/react/index.d.ts:3050:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'slot' must be of type 'DetailedHTMLProps<SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>', but here has type 'DetailedHTMLProps<SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>'.

3050             slot: React.DetailedHTMLProps<React.SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3079:13
    3079             slot: React.DetailedHTMLProps<React.SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>;
                     ~~~~
    'slot' was also declared here.

../../node_modules/@types/react/index.d.ts:3051:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'script' must be of type 'DetailedHTMLProps<ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>', but here has type 'DetailedHTMLProps<ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>'.

3051             script: React.DetailedHTMLProps<React.ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3080:13
    3080             script: React.DetailedHTMLProps<React.ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>;
                     ~~~~~~
    'script' was also declared here.

../../node_modules/@types/react/index.d.ts:3052:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'section' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3052             section: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:3081:13
    3081             section: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~~~
    'section' was also declared here.

../../node_modules/@types/react/index.d.ts:3053:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'select' must be of type 'DetailedHTMLProps<SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>', but here has type 'DetailedHTMLProps<SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>'.

3053             select: React.DetailedHTMLProps<React.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3082:13
    3082             select: React.DetailedHTMLProps<React.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>;
                     ~~~~~~
    'select' was also declared here.

../../node_modules/@types/react/index.d.ts:3054:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'small' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3054             small: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:3083:13
    3083             small: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~
    'small' was also declared here.

../../node_modules/@types/react/index.d.ts:3055:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'source' must be of type 'DetailedHTMLProps<SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>', but here has type 'DetailedHTMLProps<SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>'.

3055             source: React.DetailedHTMLProps<React.SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3084:13
    3084             source: React.DetailedHTMLProps<React.SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>;
                     ~~~~~~
    'source' was also declared here.

../../node_modules/@types/react/index.d.ts:3056:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'span' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>'.

3056             span: React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3085:13
    3085             span: React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>;
                     ~~~~
    'span' was also declared here.

../../node_modules/@types/react/index.d.ts:3057:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'strong' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.

3057             strong: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3086:13
    3086             strong: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~~
    'strong' was also declared here.

../../node_modules/@types/react/index.d.ts:3058: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>'.

3058             style: React.DetailedHTMLProps<React.StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:3087:13
    3087             style: React.DetailedHTMLProps<React.StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>;
                     ~~~~~
    'style' was also declared here.

../../node_modules/@types/react/index.d.ts:3059: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>'.

3059             sub: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~

  node_modules/@types/react/index.d.ts:3088:13
    3088             sub: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~
    'sub' was also declared here.

../../node_modules/@types/react/index.d.ts:3060: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>'.

3060             summary: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:3089:13
    3089             summary: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~~~
    'summary' was also declared here.

../../node_modules/@types/react/index.d.ts:3061: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>'.

3061             sup: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~

  node_modules/@types/react/index.d.ts:3090:13
    3090             sup: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~
    'sup' was also declared here.

../../node_modules/@types/react/index.d.ts:3062: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>'.

3062             table: React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:3091:13
    3091             table: React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>;
                     ~~~~~
    'table' was also declared here.

../../node_modules/@types/react/index.d.ts:3063: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>'.

3063             template: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>;
                 ~~~~~~~~

  node_modules/@types/react/index.d.ts:3092:13
    3092             template: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>;
                     ~~~~~~~~
    'template' was also declared here.

../../node_modules/@types/react/index.d.ts:3064: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>'.

3064             tbody: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:3093:13
    3093             tbody: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
                     ~~~~~
    'tbody' was also declared here.

../../node_modules/@types/react/index.d.ts:3065: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>'.

3065             td: React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3094:13
    3094             td: React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>;
                     ~~
    'td' was also declared here.

../../node_modules/@types/react/index.d.ts:3066: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>'.

3066             textarea: React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>;
                 ~~~~~~~~

  node_modules/@types/react/index.d.ts:3095:13
    3095             textarea: React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>;
                     ~~~~~~~~
    'textarea' was also declared here.

../../node_modules/@types/react/index.d.ts:3067: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>'.

3067             tfoot: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:3096:13
    3096             tfoot: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
                     ~~~~~
    'tfoot' was also declared here.

../../node_modules/@types/react/index.d.ts:3068: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>'.

3068             th: React.DetailedHTMLProps<React.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3097:13
    3097             th: React.DetailedHTMLProps<React.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>;
                     ~~
    'th' was also declared here.

../../node_modules/@types/react/index.d.ts:3069: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>'.

3069             thead: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:3098:13
    3098             thead: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
                     ~~~~~
    'thead' was also declared here.

../../node_modules/@types/react/index.d.ts:3070: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<HTMLElement>, HTMLElement>'.

3070             time: React.DetailedHTMLProps<React.TimeHTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3099:13
    3099             time: React.DetailedHTMLProps<React.TimeHTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~
    'time' was also declared here.

../../node_modules/@types/react/index.d.ts:3071: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>'.

3071             title: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:3100:13
    3100             title: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>;
                     ~~~~~
    'title' was also declared here.

../../node_modules/@types/react/index.d.ts:3072: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>'.

3072             tr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3101:13
    3101             tr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>;
                     ~~
    'tr' was also declared here.

../../node_modules/@types/react/index.d.ts:3073: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>'.

3073             track: React.DetailedHTMLProps<React.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:3102:13
    3102             track: React.DetailedHTMLProps<React.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>;
                     ~~~~~
    'track' was also declared here.

../../node_modules/@types/react/index.d.ts:3074: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>'.

3074             u: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~

  node_modules/@types/react/index.d.ts:3103:13
    3103             u: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~
    'u' was also declared here.

../../node_modules/@types/react/index.d.ts:3075: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>'.

3075             ul: React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>;
                 ~~

  node_modules/@types/react/index.d.ts:3104:13
    3104             ul: React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>;
                     ~~
    'ul' was also declared here.

../../node_modules/@types/react/index.d.ts:3076: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>'.

3076             "var": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:3105:13
    3105             "var": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~~~
    '"var"' was also declared here.

../../node_modules/@types/react/index.d.ts:3077: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>'.

3077             video: React.DetailedHTMLProps<React.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:3106:13
    3106             video: React.DetailedHTMLProps<React.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>;
                     ~~~~~
    'video' was also declared here.

../../node_modules/@types/react/index.d.ts:3078: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>'.

3078             wbr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                 ~~~

  node_modules/@types/react/index.d.ts:3107:13
    3107             wbr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
                     ~~~
    'wbr' was also declared here.

../../node_modules/@types/react/index.d.ts:3079: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>'.

3079             webview: React.DetailedHTMLProps<React.WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:3108:13
    3108             webview: React.DetailedHTMLProps<React.WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>;
                     ~~~~~~~
    'webview' was also declared here.

../../node_modules/@types/react/index.d.ts:3082: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>'.

3082             svg: React.SVGProps<SVGSVGElement>;
                 ~~~

  node_modules/@types/react/index.d.ts:3111:13
    3111             svg: React.SVGProps<SVGSVGElement>;
                     ~~~
    'svg' was also declared here.

../../node_modules/@types/react/index.d.ts:3084: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>'.

3084             animate: React.SVGProps<SVGElement>; // TODO: It is SVGAnimateElement but is not in TypeScript's lib.dom.d.ts for now.
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:3113:13
    3113             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/index.d.ts:3085: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>'.

3085             animateMotion: React.SVGProps<SVGElement>;
                 ~~~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3114:13
    3114             animateMotion: React.SVGProps<SVGElement>;
                     ~~~~~~~~~~~~~
    'animateMotion' was also declared here.

../../node_modules/@types/react/index.d.ts:3086: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>'.

3086             animateTransform: React.SVGProps<SVGElement>; // TODO: It is SVGAnimateTransformElement but is not in TypeScript's lib.dom.d.ts for now.
                 ~~~~~~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3115:13
    3115             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/index.d.ts:3087: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>'.

3087             circle: React.SVGProps<SVGCircleElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3116:13
    3116             circle: React.SVGProps<SVGCircleElement>;
                     ~~~~~~
    'circle' was also declared here.

../../node_modules/@types/react/index.d.ts:3088: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>'.

3088             clipPath: React.SVGProps<SVGClipPathElement>;
                 ~~~~~~~~

  node_modules/@types/react/index.d.ts:3117:13
    3117             clipPath: React.SVGProps<SVGClipPathElement>;
                     ~~~~~~~~
    'clipPath' was also declared here.

../../node_modules/@types/react/index.d.ts:3089: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>'.

3089             defs: React.SVGProps<SVGDefsElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3118:13
    3118             defs: React.SVGProps<SVGDefsElement>;
                     ~~~~
    'defs' was also declared here.

../../node_modules/@types/react/index.d.ts:3090: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>'.

3090             desc: React.SVGProps<SVGDescElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3119:13
    3119             desc: React.SVGProps<SVGDescElement>;
                     ~~~~
    'desc' was also declared here.

../../node_modules/@types/react/index.d.ts:3091: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>'.

3091             ellipse: React.SVGProps<SVGEllipseElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:3120:13
    3120             ellipse: React.SVGProps<SVGEllipseElement>;
                     ~~~~~~~
    'ellipse' was also declared here.

../../node_modules/@types/react/index.d.ts:3092: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>'.

3092             feBlend: React.SVGProps<SVGFEBlendElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:3121:13
    3121             feBlend: React.SVGProps<SVGFEBlendElement>;
                     ~~~~~~~
    'feBlend' was also declared here.

../../node_modules/@types/react/index.d.ts:3093: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>'.

3093             feColorMatrix: React.SVGProps<SVGFEColorMatrixElement>;
                 ~~~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3122:13
    3122             feColorMatrix: React.SVGProps<SVGFEColorMatrixElement>;
                     ~~~~~~~~~~~~~
    'feColorMatrix' was also declared here.

../../node_modules/@types/react/index.d.ts:3094: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>'.

3094             feComponentTransfer: React.SVGProps<SVGFEComponentTransferElement>;
                 ~~~~~~~~~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3123:13
    3123             feComponentTransfer: React.SVGProps<SVGFEComponentTransferElement>;
                     ~~~~~~~~~~~~~~~~~~~
    'feComponentTransfer' was also declared here.

../../node_modules/@types/react/index.d.ts:3095: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>'.

3095             feComposite: React.SVGProps<SVGFECompositeElement>;
                 ~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3124:13
    3124             feComposite: React.SVGProps<SVGFECompositeElement>;
                     ~~~~~~~~~~~
    'feComposite' was also declared here.

../../node_modules/@types/react/index.d.ts:3096: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>'.

3096             feConvolveMatrix: React.SVGProps<SVGFEConvolveMatrixElement>;
                 ~~~~~~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3125:13
    3125             feConvolveMatrix: React.SVGProps<SVGFEConvolveMatrixElement>;
                     ~~~~~~~~~~~~~~~~
    'feConvolveMatrix' was also declared here.

../../node_modules/@types/react/index.d.ts:3097: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>'.

3097             feDiffuseLighting: React.SVGProps<SVGFEDiffuseLightingElement>;
                 ~~~~~~~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3126:13
    3126             feDiffuseLighting: React.SVGProps<SVGFEDiffuseLightingElement>;
                     ~~~~~~~~~~~~~~~~~
    'feDiffuseLighting' was also declared here.

../../node_modules/@types/react/index.d.ts:3098: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>'.

3098             feDisplacementMap: React.SVGProps<SVGFEDisplacementMapElement>;
                 ~~~~~~~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3127:13
    3127             feDisplacementMap: React.SVGProps<SVGFEDisplacementMapElement>;
                     ~~~~~~~~~~~~~~~~~
    'feDisplacementMap' was also declared here.

../../node_modules/@types/react/index.d.ts:3099: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>'.

3099             feDistantLight: React.SVGProps<SVGFEDistantLightElement>;
                 ~~~~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3128:13
    3128             feDistantLight: React.SVGProps<SVGFEDistantLightElement>;
                     ~~~~~~~~~~~~~~
    'feDistantLight' was also declared here.

../../node_modules/@types/react/index.d.ts:3100: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>'.

3100             feDropShadow: React.SVGProps<SVGFEDropShadowElement>;
                 ~~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3129:13
    3129             feDropShadow: React.SVGProps<SVGFEDropShadowElement>;
                     ~~~~~~~~~~~~
    'feDropShadow' was also declared here.

../../node_modules/@types/react/index.d.ts:3101: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>'.

3101             feFlood: React.SVGProps<SVGFEFloodElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:3130:13
    3130             feFlood: React.SVGProps<SVGFEFloodElement>;
                     ~~~~~~~
    'feFlood' was also declared here.

../../node_modules/@types/react/index.d.ts:3102: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>'.

3102             feFuncA: React.SVGProps<SVGFEFuncAElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:3131:13
    3131             feFuncA: React.SVGProps<SVGFEFuncAElement>;
                     ~~~~~~~
    'feFuncA' was also declared here.

../../node_modules/@types/react/index.d.ts:3103: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>'.

3103             feFuncB: React.SVGProps<SVGFEFuncBElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:3132:13
    3132             feFuncB: React.SVGProps<SVGFEFuncBElement>;
                     ~~~~~~~
    'feFuncB' was also declared here.

../../node_modules/@types/react/index.d.ts:3104: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>'.

3104             feFuncG: React.SVGProps<SVGFEFuncGElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:3133:13
    3133             feFuncG: React.SVGProps<SVGFEFuncGElement>;
                     ~~~~~~~
    'feFuncG' was also declared here.

../../node_modules/@types/react/index.d.ts:3105: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>'.

3105             feFuncR: React.SVGProps<SVGFEFuncRElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:3134:13
    3134             feFuncR: React.SVGProps<SVGFEFuncRElement>;
                     ~~~~~~~
    'feFuncR' was also declared here.

../../node_modules/@types/react/index.d.ts:3106: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>'.

3106             feGaussianBlur: React.SVGProps<SVGFEGaussianBlurElement>;
                 ~~~~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3135:13
    3135             feGaussianBlur: React.SVGProps<SVGFEGaussianBlurElement>;
                     ~~~~~~~~~~~~~~
    'feGaussianBlur' was also declared here.

../../node_modules/@types/react/index.d.ts:3107: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>'.

3107             feImage: React.SVGProps<SVGFEImageElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:3136:13
    3136             feImage: React.SVGProps<SVGFEImageElement>;
                     ~~~~~~~
    'feImage' was also declared here.

../../node_modules/@types/react/index.d.ts:3108: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>'.

3108             feMerge: React.SVGProps<SVGFEMergeElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:3137:13
    3137             feMerge: React.SVGProps<SVGFEMergeElement>;
                     ~~~~~~~
    'feMerge' was also declared here.

../../node_modules/@types/react/index.d.ts:3109: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>'.

3109             feMergeNode: React.SVGProps<SVGFEMergeNodeElement>;
                 ~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3138:13
    3138             feMergeNode: React.SVGProps<SVGFEMergeNodeElement>;
                     ~~~~~~~~~~~
    'feMergeNode' was also declared here.

../../node_modules/@types/react/index.d.ts:3110: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>'.

3110             feMorphology: React.SVGProps<SVGFEMorphologyElement>;
                 ~~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3139:13
    3139             feMorphology: React.SVGProps<SVGFEMorphologyElement>;
                     ~~~~~~~~~~~~
    'feMorphology' was also declared here.

../../node_modules/@types/react/index.d.ts:3111: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>'.

3111             feOffset: React.SVGProps<SVGFEOffsetElement>;
                 ~~~~~~~~

  node_modules/@types/react/index.d.ts:3140:13
    3140             feOffset: React.SVGProps<SVGFEOffsetElement>;
                     ~~~~~~~~
    'feOffset' was also declared here.

../../node_modules/@types/react/index.d.ts:3112: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>'.

3112             fePointLight: React.SVGProps<SVGFEPointLightElement>;
                 ~~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3141:13
    3141             fePointLight: React.SVGProps<SVGFEPointLightElement>;
                     ~~~~~~~~~~~~
    'fePointLight' was also declared here.

../../node_modules/@types/react/index.d.ts:3113: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>'.

3113             feSpecularLighting: React.SVGProps<SVGFESpecularLightingElement>;
                 ~~~~~~~~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3142:13
    3142             feSpecularLighting: React.SVGProps<SVGFESpecularLightingElement>;
                     ~~~~~~~~~~~~~~~~~~
    'feSpecularLighting' was also declared here.

../../node_modules/@types/react/index.d.ts:3114: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>'.

3114             feSpotLight: React.SVGProps<SVGFESpotLightElement>;
                 ~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3143:13
    3143             feSpotLight: React.SVGProps<SVGFESpotLightElement>;
                     ~~~~~~~~~~~
    'feSpotLight' was also declared here.

../../node_modules/@types/react/index.d.ts:3115: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>'.

3115             feTile: React.SVGProps<SVGFETileElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3144:13
    3144             feTile: React.SVGProps<SVGFETileElement>;
                     ~~~~~~
    'feTile' was also declared here.

../../node_modules/@types/react/index.d.ts:3116: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>'.

3116             feTurbulence: React.SVGProps<SVGFETurbulenceElement>;
                 ~~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3145:13
    3145             feTurbulence: React.SVGProps<SVGFETurbulenceElement>;
                     ~~~~~~~~~~~~
    'feTurbulence' was also declared here.

../../node_modules/@types/react/index.d.ts:3117: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>'.

3117             filter: React.SVGProps<SVGFilterElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3146:13
    3146             filter: React.SVGProps<SVGFilterElement>;
                     ~~~~~~
    'filter' was also declared here.

../../node_modules/@types/react/index.d.ts:3118: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>'.

3118             foreignObject: React.SVGProps<SVGForeignObjectElement>;
                 ~~~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3147:13
    3147             foreignObject: React.SVGProps<SVGForeignObjectElement>;
                     ~~~~~~~~~~~~~
    'foreignObject' was also declared here.

../../node_modules/@types/react/index.d.ts:3119: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>'.

3119             g: React.SVGProps<SVGGElement>;
                 ~

  node_modules/@types/react/index.d.ts:3148:13
    3148             g: React.SVGProps<SVGGElement>;
                     ~
    'g' was also declared here.

../../node_modules/@types/react/index.d.ts:3120: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>'.

3120             image: React.SVGProps<SVGImageElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:3149:13
    3149             image: React.SVGProps<SVGImageElement>;
                     ~~~~~
    'image' was also declared here.

../../node_modules/@types/react/index.d.ts:3121:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'line' must be of type 'SVGProps<SVGLineElement>', but here has type 'SVGProps<SVGLineElement>'.

3121             line: React.SVGProps<SVGLineElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3150:13
    3150             line: React.SVGProps<SVGLineElement>;
                     ~~~~
    'line' was also declared here.

../../node_modules/@types/react/index.d.ts:3122: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>'.

3122             linearGradient: React.SVGProps<SVGLinearGradientElement>;
                 ~~~~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3151:13
    3151             linearGradient: React.SVGProps<SVGLinearGradientElement>;
                     ~~~~~~~~~~~~~~
    'linearGradient' was also declared here.

../../node_modules/@types/react/index.d.ts:3123: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>'.

3123             marker: React.SVGProps<SVGMarkerElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3152:13
    3152             marker: React.SVGProps<SVGMarkerElement>;
                     ~~~~~~
    'marker' was also declared here.

../../node_modules/@types/react/index.d.ts:3124: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>'.

3124             mask: React.SVGProps<SVGMaskElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3153:13
    3153             mask: React.SVGProps<SVGMaskElement>;
                     ~~~~
    'mask' was also declared here.

../../node_modules/@types/react/index.d.ts:3125: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>'.

3125             metadata: React.SVGProps<SVGMetadataElement>;
                 ~~~~~~~~

  node_modules/@types/react/index.d.ts:3154:13
    3154             metadata: React.SVGProps<SVGMetadataElement>;
                     ~~~~~~~~
    'metadata' was also declared here.

../../node_modules/@types/react/index.d.ts:3126: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>'.

3126             mpath: React.SVGProps<SVGElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:3155:13
    3155             mpath: React.SVGProps<SVGElement>;
                     ~~~~~
    'mpath' was also declared here.

../../node_modules/@types/react/index.d.ts:3127: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>'.

3127             path: React.SVGProps<SVGPathElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3156:13
    3156             path: React.SVGProps<SVGPathElement>;
                     ~~~~
    'path' was also declared here.

../../node_modules/@types/react/index.d.ts:3128: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>'.

3128             pattern: React.SVGProps<SVGPatternElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:3157:13
    3157             pattern: React.SVGProps<SVGPatternElement>;
                     ~~~~~~~
    'pattern' was also declared here.

../../node_modules/@types/react/index.d.ts:3129: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>'.

3129             polygon: React.SVGProps<SVGPolygonElement>;
                 ~~~~~~~

  node_modules/@types/react/index.d.ts:3158:13
    3158             polygon: React.SVGProps<SVGPolygonElement>;
                     ~~~~~~~
    'polygon' was also declared here.

../../node_modules/@types/react/index.d.ts:3130: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>'.

3130             polyline: React.SVGProps<SVGPolylineElement>;
                 ~~~~~~~~

  node_modules/@types/react/index.d.ts:3159:13
    3159             polyline: React.SVGProps<SVGPolylineElement>;
                     ~~~~~~~~
    'polyline' was also declared here.

../../node_modules/@types/react/index.d.ts:3131: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>'.

3131             radialGradient: React.SVGProps<SVGRadialGradientElement>;
                 ~~~~~~~~~~~~~~

  node_modules/@types/react/index.d.ts:3160:13
    3160             radialGradient: React.SVGProps<SVGRadialGradientElement>;
                     ~~~~~~~~~~~~~~
    'radialGradient' was also declared here.

../../node_modules/@types/react/index.d.ts:3132: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>'.

3132             rect: React.SVGProps<SVGRectElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3161:13
    3161             rect: React.SVGProps<SVGRectElement>;
                     ~~~~
    'rect' was also declared here.

../../node_modules/@types/react/index.d.ts:3133: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>'.

3133             stop: React.SVGProps<SVGStopElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3162:13
    3162             stop: React.SVGProps<SVGStopElement>;
                     ~~~~
    'stop' was also declared here.

../../node_modules/@types/react/index.d.ts:3134: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>'.

3134             switch: React.SVGProps<SVGSwitchElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3163:13
    3163             switch: React.SVGProps<SVGSwitchElement>;
                     ~~~~~~
    'switch' was also declared here.

../../node_modules/@types/react/index.d.ts:3135: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>'.

3135             symbol: React.SVGProps<SVGSymbolElement>;
                 ~~~~~~

  node_modules/@types/react/index.d.ts:3164:13
    3164             symbol: React.SVGProps<SVGSymbolElement>;
                     ~~~~~~
    'symbol' was also declared here.

../../node_modules/@types/react/index.d.ts:3136:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'text' must be of type 'SVGProps<SVGTextElement>', but here has type 'SVGProps<SVGTextElement>'.

3136             text: React.SVGProps<SVGTextElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3165:13
    3165             text: React.SVGProps<SVGTextElement>;
                     ~~~~
    'text' was also declared here.

../../node_modules/@types/react/index.d.ts:3137: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>'.

3137             textPath: React.SVGProps<SVGTextPathElement>;
                 ~~~~~~~~

  node_modules/@types/react/index.d.ts:3166:13
    3166             textPath: React.SVGProps<SVGTextPathElement>;
                     ~~~~~~~~
    'textPath' was also declared here.

../../node_modules/@types/react/index.d.ts:3138: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>'.

3138             tspan: React.SVGProps<SVGTSpanElement>;
                 ~~~~~

  node_modules/@types/react/index.d.ts:3167:13
    3167             tspan: React.SVGProps<SVGTSpanElement>;
                     ~~~~~
    'tspan' was also declared here.

../../node_modules/@types/react/index.d.ts:3139: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>'.

3139             use: React.SVGProps<SVGUseElement>;
                 ~~~

  node_modules/@types/react/index.d.ts:3168:13
    3168             use: React.SVGProps<SVGUseElement>;
                     ~~~
    'use' was also declared here.

../../node_modules/@types/react/index.d.ts:3140: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>'.

3140             view: React.SVGProps<SVGViewElement>;
                 ~~~~

  node_modules/@types/react/index.d.ts:3169:13
    3169             view: React.SVGProps<SVGViewElement>;
                     ~~~~
    'view' was also declared here.

node_modules/@types/react/index.d.ts:2981:14 - error TS2300: Duplicate identifier 'LibraryManagedAttributes'.

2981         type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
                  ~~~~~~~~~~~~~~~~~~~~~~~~

  ../../node_modules/@types/react/index.d.ts:2950:14
    2950         type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
                      ~~~~~~~~~~~~~~~~~~~~~~~~
    'LibraryManagedAttributes' was also declared here.

node_modules/@types/react/index.d.ts:2987:19 - error TS2320: Interface 'IntrinsicAttributes' cannot simultaneously extend types 'Attributes' and 'Attributes'.
  Named property 'key' of types 'Attributes' and 'Attributes' are not identical.

2987         interface IntrinsicAttributes extends React.Attributes { }
                       ~~~~~~~~~~~~~~~~~~~

node_modules/@types/react/index.d.ts:2988:19 - error TS2320: Interface 'IntrinsicClassAttributes<T>' cannot simultaneously extend types 'ClassAttributes<T>' and 'ClassAttributes<T>'.
  Named property 'key' of types 'ClassAttributes<T>' and 'ClassAttributes<T>' are not identical.

2988         interface IntrinsicClassAttributes<T> extends React.ClassAttributes<T> { }
                       ~~~~~~~~~~~~~~~~~~~~~~~~


Found 179 errors.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant