Closed nraynaud closed 6 days ago
I cannot reproduce it and build works fine in the CI pipeline, is this on a clean repo? I dont understand why React is there
I tried again, I don't see my mistake:
macreuse:dev nraynaud$ git clone https://github.com/Koenkk/zigbee-herdsman.git zigbee-herdsman2
Cloning into 'zigbee-herdsman2'...
remote: Enumerating objects: 19508, done.
remote: Counting objects: 100% (3109/3109), done.
remote: Compressing objects: 100% (637/637), done.
remote: Total 19508 (delta 2756), reused 2661 (delta 2457), pack-reused 16399 (from 1)
Receiving objects: 100% (19508/19508), 50.77 MiB | 17.26 MiB/s, done.
Resolving deltas: 100% (12385/12385), done.
macreuse:dev nraynaud$ cd zigbee-herdsman2/
macreuse:zigbee-herdsman2 nraynaud$ node --version
v23.2.0
macreuse:zigbee-herdsman2 nraynaud$ npm install
(node:96573) ExperimentalWarning: CommonJS module /usr/local/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /usr/local/lib/node_modules/npm/node_modules/supports-color/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
added 574 packages, and audited 575 packages in 27s
110 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
macreuse:zigbee-herdsman2 nraynaud$ npm run build
> zigbee-herdsman@2.1.8 build
> tsc
../../node_modules/@types/react-dom/index.d.ts:18:39 - error TS2304: Cannot find name 'Element'.
18 export function findDOMNode<E extends Element>(instance: ReactInstance | null | undefined): E;
~~~~~~~
../../node_modules/@types/react-dom/index.d.ts:19:55 - error TS2304: Cannot find name 'Element'.
19 export function findDOMNode(instance: ReactInstance): Element;
~~~~~~~
../../node_modules/@types/react-dom/index.d.ts:21:62 - error TS2304: Cannot find name 'Element'.
21 export function render<P extends DOMAttributes<T>, T extends Element>(
~~~~~~~
../../node_modules/@types/react-dom/index.d.ts:23:16 - error TS2304: Cannot find name 'Element'.
23 container: Element | null,
~~~~~~~
../../node_modules/@types/react-dom/index.d.ts:28:16 - error TS2304: Cannot find name 'Element'.
28 container: Element | null,
~~~~~~~
../../node_modules/@types/react-dom/index.d.ts:33:16 - error TS2304: Cannot find name 'Element'.
33 container: Element | null,
~~~~~~~
../../node_modules/@types/react-dom/index.d.ts:38:16 - error TS2304: Cannot find name 'Element'.
38 container: Element | null,
~~~~~~~
../../node_modules/@types/react-dom/index.d.ts:39:60 - error TS2304: Cannot find name 'Element'.
39 callback?: (component?: Component<P, ComponentState> | Element) => any
~~~~~~~
../../node_modules/@types/react-dom/index.d.ts:40:35 - error TS2304: Cannot find name 'Element'.
40 ): Component<P, ComponentState> | Element | void;
~~~~~~~
../../node_modules/@types/react-dom/index.d.ts:44:16 - error TS2304: Cannot find name 'Element'.
44 container: Element,
~~~~~~~
../../node_modules/@types/react-dom/index.d.ts:48:51 - error TS2304: Cannot find name 'Element'.
48 export function unmountComponentAtNode(container: Element): boolean;
~~~~~~~
../../node_modules/@types/react-dom/index.d.ts:55:91 - error TS2304: Cannot find name 'Element'.
55 export function unstable_renderSubtreeIntoContainer<P extends DOMAttributes<T>, T extends Element>(
~~~~~~~
../../node_modules/@types/react-dom/index.d.ts:58:16 - error TS2304: Cannot find name 'Element'.
58 container: Element,
~~~~~~~
../../node_modules/@types/react-dom/index.d.ts:63:16 - error TS2304: Cannot find name 'Element'.
63 container: Element,
~~~~~~~
../../node_modules/@types/react-dom/index.d.ts:68:16 - error TS2304: Cannot find name 'Element'.
68 container: Element,
~~~~~~~
../../node_modules/@types/react-dom/index.d.ts:69:60 - error TS2304: Cannot find name 'Element'.
69 callback?: (component?: Component<P, ComponentState> | Element) => any): Component<P, ComponentState> | Element | void;
~~~~~~~
../../node_modules/@types/react-dom/index.d.ts:69:109 - error TS2304: Cannot find name 'Element'.
69 callback?: (component?: Component<P, ComponentState> | Element) => any): Component<P, ComponentState> | Element | void;
~~~~~~~
../../node_modules/@types/react/index.d.ts:39:29 - error TS2304: Cannot find name 'AnimationEvent'.
39 type NativeAnimationEvent = AnimationEvent;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:40:29 - error TS2304: Cannot find name 'ClipboardEvent'.
40 type NativeClipboardEvent = ClipboardEvent;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:41:31 - error TS2304: Cannot find name 'CompositionEvent'.
41 type NativeCompositionEvent = CompositionEvent;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:42:24 - error TS2304: Cannot find name 'DragEvent'.
42 type NativeDragEvent = DragEvent;
~~~~~~~~~
../../node_modules/@types/react/index.d.ts:43:25 - error TS2304: Cannot find name 'FocusEvent'.
43 type NativeFocusEvent = FocusEvent;
~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:44:28 - error TS2304: Cannot find name 'KeyboardEvent'.
44 type NativeKeyboardEvent = KeyboardEvent;
~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:45:25 - error TS2304: Cannot find name 'MouseEvent'.
45 type NativeMouseEvent = MouseEvent;
~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:46:25 - error TS2304: Cannot find name 'TouchEvent'.
46 type NativeTouchEvent = TouchEvent;
~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:47:30 - error TS2304: Cannot find name 'TransitionEvent'.
47 type NativeTransitionEvent = TransitionEvent;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:48:22 - error TS2552: Cannot find name 'UIEvent'. Did you mean 'Event'?
48 type NativeUIEvent = UIEvent;
~~~~~~~
node_modules/@types/node/dom-events.d.ts:108:9
108 var Event: typeof globalThis extends { onmessage: any; Event: infer T } ? T
~~~~~
'Event' is declared here.
../../node_modules/@types/react/index.d.ts:49:25 - error TS2304: Cannot find name 'WheelEvent'.
49 type NativeWheelEvent = WheelEvent;
~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:100:84 - error TS2304: Cannot find name 'Element'.
100 interface DOMElement<P extends HTMLAttributes<T> | SVGAttributes<T>, T extends Element> extends ReactElement<P> {
~~~~~~~
../../node_modules/@types/react/index.d.ts:106:42 - error TS2304: Cannot find name 'HTMLElement'.
106 interface ReactHTMLElement<T extends HTMLElement> extends DetailedReactHTMLElement<AllHTMLAttributes<T>, T> {}
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:108:79 - error TS2304: Cannot find name 'HTMLElement'.
108 interface DetailedReactHTMLElement<P extends HTMLAttributes<T>, T extends HTMLElement> extends DOMElement<P, T> {
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:113:64 - error TS2304: Cannot find name 'SVGElement'.
113 interface ReactSVGElement extends DOMElement<SVGAttributes<SVGElement>, SVGElement> {
~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:113:77 - error TS2304: Cannot find name 'SVGElement'.
113 interface ReactSVGElement extends DOMElement<SVGAttributes<SVGElement>, SVGElement> {
~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:152:59 - error TS2304: Cannot find name 'Element'.
152 type DOMFactory<P extends DOMAttributes<T>, T extends Element> = (
~~~~~~~
../../node_modules/@types/react/index.d.ts:157:37 - error TS2304: Cannot find name 'HTMLElement'.
157 interface HTMLFactory<T extends HTMLElement> extends DetailedHTMLFactory<AllHTMLAttributes<T>, T> {}
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:159:74 - error TS2304: Cannot find name 'HTMLElement'.
159 interface DetailedHTMLFactory<P extends HTMLAttributes<T>, T extends HTMLElement> extends DOMFactory<P, T> {
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:163:59 - error TS2304: Cannot find name 'SVGElement'.
163 interface SVGFactory extends DOMFactory<SVGAttributes<SVGElement>, SVGElement> {
~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:163:72 - error TS2304: Cannot find name 'SVGElement'.
163 interface SVGFactory extends DOMFactory<SVGAttributes<SVGElement>, SVGElement> {
~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:165:37 - error TS2304: Cannot find name 'SVGElement'.
165 props?: ClassAttributes<SVGElement> & SVGAttributes<SVGElement> | null,
~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:165:65 - error TS2304: Cannot find name 'SVGElement'.
165 props?: ClassAttributes<SVGElement> & SVGAttributes<SVGElement> | null,
~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:189:38 - error TS2304: Cannot find name 'HTMLElement'.
189 function createFactory<T extends HTMLElement>(
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:195:66 - error TS2304: Cannot find name 'Element'.
195 function createFactory<P extends DOMAttributes<T>, T extends Element>(
~~~~~~~
../../node_modules/@types/react/index.d.ts:213:37 - error TS2304: Cannot find name 'HTMLInputElement'.
213 props?: InputHTMLAttributes<HTMLInputElement> & ClassAttributes<HTMLInputElement>,
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:213:73 - error TS2304: Cannot find name 'HTMLInputElement'.
213 props?: InputHTMLAttributes<HTMLInputElement> & ClassAttributes<HTMLInputElement>,
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:215:53 - error TS2304: Cannot find name 'HTMLInputElement'.
215 ): DetailedReactHTMLElement<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:215:72 - error TS2304: Cannot find name 'HTMLInputElement'.
215 ): DetailedReactHTMLElement<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:217:67 - error TS2304: Cannot find name 'HTMLElement'.
217 function createElement<P extends HTMLAttributes<T>, T extends HTMLElement>(
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:222:66 - error TS2304: Cannot find name 'SVGElement'.
222 function createElement<P extends SVGAttributes<T>, T extends SVGElement>(
~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:227:66 - error TS2304: Cannot find name 'Element'.
227 function createElement<P extends DOMAttributes<T>, T extends Element>(
~~~~~~~
../../node_modules/@types/react/index.d.ts:257:66 - error TS2304: Cannot find name 'HTMLElement'.
257 function cloneElement<P extends HTMLAttributes<T>, T extends HTMLElement>(
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:263:66 - error TS2304: Cannot find name 'HTMLElement'.
263 function cloneElement<P extends HTMLAttributes<T>, T extends HTMLElement>(
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:269:65 - error TS2304: Cannot find name 'SVGElement'.
269 function cloneElement<P extends SVGAttributes<T>, T extends SVGElement>(
~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:275:65 - error TS2304: Cannot find name 'Element'.
275 function cloneElement<P extends DOMAttributes<T>, T extends Element>(
~~~~~~~
../../node_modules/@types/react/index.d.ts:309:43 - error TS2304: Cannot find name 'Element'.
309 type ReactInstance = Component<any> | Element;
~~~~~~~
../../node_modules/@types/react/index.d.ts:448:24 - error TS2304: Cannot find name 'DataTransfer'.
448 clipboardData: DataTransfer;
~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:458:23 - error TS2304: Cannot find name 'DataTransfer'.
458 dataTransfer: DataTransfer;
~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3512:53 - error TS2304: Cannot find name 'HTMLAnchorElement'.
3512 a: DetailedHTMLFactory<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3512:73 - error TS2304: Cannot find name 'HTMLAnchorElement'.
3512 a: DetailedHTMLFactory<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3513:50 - error TS2304: Cannot find name 'HTMLElement'.
3513 abbr: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3513:64 - error TS2304: Cannot find name 'HTMLElement'.
3513 abbr: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3514:53 - error TS2304: Cannot find name 'HTMLElement'.
3514 address: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3514:67 - error TS2304: Cannot find name 'HTMLElement'.
3514 address: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3515:54 - error TS2304: Cannot find name 'HTMLAreaElement'.
3515 area: DetailedHTMLFactory<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3515:72 - error TS2304: Cannot find name 'HTMLAreaElement'.
3515 area: DetailedHTMLFactory<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3516:53 - error TS2304: Cannot find name 'HTMLElement'.
3516 article: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3516:67 - error TS2304: Cannot find name 'HTMLElement'.
3516 article: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3517:51 - error TS2304: Cannot find name 'HTMLElement'.
3517 aside: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3517:65 - error TS2304: Cannot find name 'HTMLElement'.
3517 aside: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3518:56 - error TS2304: Cannot find name 'HTMLAudioElement'.
3518 audio: DetailedHTMLFactory<AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3518:75 - error TS2304: Cannot find name 'HTMLAudioElement'.
3518 audio: DetailedHTMLFactory<AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3519:47 - error TS2304: Cannot find name 'HTMLElement'.
3519 b: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3519:61 - error TS2304: Cannot find name 'HTMLElement'.
3519 b: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3520:54 - error TS2304: Cannot find name 'HTMLBaseElement'.
3520 base: DetailedHTMLFactory<BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3520:72 - error TS2304: Cannot find name 'HTMLBaseElement'.
3520 base: DetailedHTMLFactory<BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3521:49 - error TS2304: Cannot find name 'HTMLElement'.
3521 bdi: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3521:63 - error TS2304: Cannot find name 'HTMLElement'.
3521 bdi: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3522:49 - error TS2304: Cannot find name 'HTMLElement'.
3522 bdo: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3522:63 - error TS2304: Cannot find name 'HTMLElement'.
3522 bdo: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3523:49 - error TS2304: Cannot find name 'HTMLElement'.
3523 big: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3523:63 - error TS2304: Cannot find name 'HTMLElement'.
3523 big: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3524:66 - error TS2304: Cannot find name 'HTMLElement'.
3524 blockquote: DetailedHTMLFactory<BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3524:80 - error TS2304: Cannot find name 'HTMLElement'.
3524 blockquote: DetailedHTMLFactory<BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3525:50 - error TS2304: Cannot find name 'HTMLBodyElement'.
3525 body: DetailedHTMLFactory<HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3525:68 - error TS2304: Cannot find name 'HTMLBodyElement'.
3525 body: DetailedHTMLFactory<HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3526:48 - error TS2304: Cannot find name 'HTMLBRElement'.
3526 br: DetailedHTMLFactory<HTMLAttributes<HTMLBRElement>, HTMLBRElement>;
~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3526:64 - error TS2304: Cannot find name 'HTMLBRElement'.
3526 br: DetailedHTMLFactory<HTMLAttributes<HTMLBRElement>, HTMLBRElement>;
~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3527:58 - error TS2304: Cannot find name 'HTMLButtonElement'.
3527 button: DetailedHTMLFactory<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3527:78 - error TS2304: Cannot find name 'HTMLButtonElement'.
3527 button: DetailedHTMLFactory<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3528:58 - error TS2304: Cannot find name 'HTMLCanvasElement'.
3528 canvas: DetailedHTMLFactory<CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3528:78 - error TS2304: Cannot find name 'HTMLCanvasElement'.
3528 canvas: DetailedHTMLFactory<CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3529:53 - error TS2304: Cannot find name 'HTMLElement'.
3529 caption: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3529:67 - error TS2304: Cannot find name 'HTMLElement'.
3529 caption: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3530:50 - error TS2304: Cannot find name 'HTMLElement'.
3530 cite: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3530:64 - error TS2304: Cannot find name 'HTMLElement'.
3530 cite: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3531:50 - error TS2304: Cannot find name 'HTMLElement'.
3531 code: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3531:64 - error TS2304: Cannot find name 'HTMLElement'.
3531 code: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3532:52 - error TS2304: Cannot find name 'HTMLTableColElement'.
3532 col: DetailedHTMLFactory<ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3532:74 - error TS2304: Cannot find name 'HTMLTableColElement'.
3532 col: DetailedHTMLFactory<ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3533:62 - error TS2304: Cannot find name 'HTMLTableColElement'.
3533 colgroup: DetailedHTMLFactory<ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3533:84 - error TS2304: Cannot find name 'HTMLTableColElement'.
3533 colgroup: DetailedHTMLFactory<ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3534:54 - error TS2304: Cannot find name 'HTMLDataElement'.
3534 data: DetailedHTMLFactory<DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3534:72 - error TS2304: Cannot find name 'HTMLDataElement'.
3534 data: DetailedHTMLFactory<DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3535:54 - error TS2304: Cannot find name 'HTMLDataListElement'.
3535 datalist: DetailedHTMLFactory<HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3535:76 - error TS2304: Cannot find name 'HTMLDataListElement'.
3535 datalist: DetailedHTMLFactory<HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3536:48 - error TS2304: Cannot find name 'HTMLElement'.
3536 dd: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3536:62 - error TS2304: Cannot find name 'HTMLElement'.
3536 dd: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3537:52 - error TS2304: Cannot find name 'HTMLElement'.
3537 del: DetailedHTMLFactory<DelHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3537:66 - error TS2304: Cannot find name 'HTMLElement'.
3537 del: DetailedHTMLFactory<DelHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3538:60 - error TS2304: Cannot find name 'HTMLElement'.
3538 details: DetailedHTMLFactory<DetailsHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3538:74 - error TS2304: Cannot find name 'HTMLElement'.
3538 details: DetailedHTMLFactory<DetailsHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3539:49 - error TS2304: Cannot find name 'HTMLElement'.
3539 dfn: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3539:63 - error TS2304: Cannot find name 'HTMLElement'.
3539 dfn: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3540:52 - error TS2304: Cannot find name 'HTMLElement'.
3540 dialog: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3540:66 - error TS2304: Cannot find name 'HTMLElement'.
3540 dialog: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3541:49 - error TS2304: Cannot find name 'HTMLDivElement'.
3541 div: DetailedHTMLFactory<HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3541:66 - error TS2304: Cannot find name 'HTMLDivElement'.
3541 div: DetailedHTMLFactory<HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3542:48 - error TS2304: Cannot find name 'HTMLDListElement'.
3542 dl: DetailedHTMLFactory<HTMLAttributes<HTMLDListElement>, HTMLDListElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3542:67 - error TS2304: Cannot find name 'HTMLDListElement'.
3542 dl: DetailedHTMLFactory<HTMLAttributes<HTMLDListElement>, HTMLDListElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3543:48 - error TS2304: Cannot find name 'HTMLElement'.
3543 dt: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3543:62 - error TS2304: Cannot find name 'HTMLElement'.
3543 dt: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3544:48 - error TS2304: Cannot find name 'HTMLElement'.
3544 em: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3544:62 - error TS2304: Cannot find name 'HTMLElement'.
3544 em: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3545:56 - error TS2304: Cannot find name 'HTMLEmbedElement'.
3545 embed: DetailedHTMLFactory<EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3545:75 - error TS2304: Cannot find name 'HTMLEmbedElement'.
3545 embed: DetailedHTMLFactory<EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3546:62 - error TS2304: Cannot find name 'HTMLFieldSetElement'.
3546 fieldset: DetailedHTMLFactory<FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3546:84 - error TS2304: Cannot find name 'HTMLFieldSetElement'.
3546 fieldset: DetailedHTMLFactory<FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3547:56 - error TS2304: Cannot find name 'HTMLElement'.
3547 figcaption: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3547:70 - error TS2304: Cannot find name 'HTMLElement'.
3547 figcaption: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3548:52 - error TS2304: Cannot find name 'HTMLElement'.
3548 figure: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3548:66 - error TS2304: Cannot find name 'HTMLElement'.
3548 figure: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3549:52 - error TS2304: Cannot find name 'HTMLElement'.
3549 footer: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3549:66 - error TS2304: Cannot find name 'HTMLElement'.
3549 footer: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3550:54 - error TS2304: Cannot find name 'HTMLFormElement'.
3550 form: DetailedHTMLFactory<FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3550:72 - error TS2304: Cannot find name 'HTMLFormElement'.
3550 form: DetailedHTMLFactory<FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3551:48 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3551 h1: DetailedHTMLFactory<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3551:69 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3551 h1: DetailedHTMLFactory<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3552:48 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3552 h2: DetailedHTMLFactory<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3552:69 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3552 h2: DetailedHTMLFactory<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3553:48 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3553 h3: DetailedHTMLFactory<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3553:69 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3553 h3: DetailedHTMLFactory<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3554:48 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3554 h4: DetailedHTMLFactory<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3554:69 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3554 h4: DetailedHTMLFactory<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3555:48 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3555 h5: DetailedHTMLFactory<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3555:69 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3555 h5: DetailedHTMLFactory<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3556:48 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3556 h6: DetailedHTMLFactory<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3556:69 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3556 h6: DetailedHTMLFactory<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3557:50 - error TS2304: Cannot find name 'HTMLElement'.
3557 head: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLHeadElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3557:64 - error TS2304: Cannot find name 'HTMLHeadElement'.
3557 head: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLHeadElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3558:52 - error TS2304: Cannot find name 'HTMLElement'.
3558 header: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3558:66 - error TS2304: Cannot find name 'HTMLElement'.
3558 header: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3559:52 - error TS2304: Cannot find name 'HTMLElement'.
3559 hgroup: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3559:66 - error TS2304: Cannot find name 'HTMLElement'.
3559 hgroup: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3560:48 - error TS2304: Cannot find name 'HTMLHRElement'.
3560 hr: DetailedHTMLFactory<HTMLAttributes<HTMLHRElement>, HTMLHRElement>;
~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3560:64 - error TS2304: Cannot find name 'HTMLHRElement'.
3560 hr: DetailedHTMLFactory<HTMLAttributes<HTMLHRElement>, HTMLHRElement>;
~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3561:54 - error TS2304: Cannot find name 'HTMLHtmlElement'.
3561 html: DetailedHTMLFactory<HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3561:72 - error TS2304: Cannot find name 'HTMLHtmlElement'.
3561 html: DetailedHTMLFactory<HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3562:47 - error TS2304: Cannot find name 'HTMLElement'.
3562 i: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3562:61 - error TS2304: Cannot find name 'HTMLElement'.
3562 i: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3563:58 - error TS2304: Cannot find name 'HTMLIFrameElement'.
3563 iframe: DetailedHTMLFactory<IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3563:78 - error TS2304: Cannot find name 'HTMLIFrameElement'.
3563 iframe: DetailedHTMLFactory<IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3564:52 - error TS2304: Cannot find name 'HTMLImageElement'.
3564 img: DetailedHTMLFactory<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3564:71 - error TS2304: Cannot find name 'HTMLImageElement'.
3564 img: DetailedHTMLFactory<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3565:56 - error TS2304: Cannot find name 'HTMLInputElement'.
3565 input: DetailedHTMLFactory<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3565:75 - error TS2304: Cannot find name 'HTMLInputElement'.
3565 input: DetailedHTMLFactory<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3566:52 - error TS2304: Cannot find name 'HTMLModElement'.
3566 ins: DetailedHTMLFactory<InsHTMLAttributes<HTMLModElement>, HTMLModElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3566:69 - error TS2304: Cannot find name 'HTMLModElement'.
3566 ins: DetailedHTMLFactory<InsHTMLAttributes<HTMLModElement>, HTMLModElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3567:49 - error TS2304: Cannot find name 'HTMLElement'.
3567 kbd: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3567:63 - error TS2304: Cannot find name 'HTMLElement'.
3567 kbd: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3568:58 - error TS2304: Cannot find name 'HTMLElement'.
3568 keygen: DetailedHTMLFactory<KeygenHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3568:72 - error TS2304: Cannot find name 'HTMLElement'.
3568 keygen: DetailedHTMLFactory<KeygenHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3569:56 - error TS2304: Cannot find name 'HTMLLabelElement'.
3569 label: DetailedHTMLFactory<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3569:75 - error TS2304: Cannot find name 'HTMLLabelElement'.
3569 label: DetailedHTMLFactory<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3570:52 - error TS2304: Cannot find name 'HTMLLegendElement'.
3570 legend: DetailedHTMLFactory<HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3570:72 - error TS2304: Cannot find name 'HTMLLegendElement'.
3570 legend: DetailedHTMLFactory<HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3571:50 - error TS2304: Cannot find name 'HTMLLIElement'.
3571 li: DetailedHTMLFactory<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>;
~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3571:66 - error TS2304: Cannot find name 'HTMLLIElement'.
3571 li: DetailedHTMLFactory<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>;
~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3572:54 - error TS2304: Cannot find name 'HTMLLinkElement'.
3572 link: DetailedHTMLFactory<LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3572:72 - error TS2304: Cannot find name 'HTMLLinkElement'.
3572 link: DetailedHTMLFactory<LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3573:50 - error TS2304: Cannot find name 'HTMLElement'.
3573 main: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3573:64 - error TS2304: Cannot find name 'HTMLElement'.
3573 main: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3574:52 - error TS2304: Cannot find name 'HTMLMapElement'.
3574 map: DetailedHTMLFactory<MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3574:69 - error TS2304: Cannot find name 'HTMLMapElement'.
3574 map: DetailedHTMLFactory<MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3575:50 - error TS2304: Cannot find name 'HTMLElement'.
3575 mark: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3575:64 - error TS2304: Cannot find name 'HTMLElement'.
3575 mark: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3576:54 - error TS2304: Cannot find name 'HTMLElement'.
3576 menu: DetailedHTMLFactory<MenuHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3576:68 - error TS2304: Cannot find name 'HTMLElement'.
3576 menu: DetailedHTMLFactory<MenuHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3577:54 - error TS2304: Cannot find name 'HTMLElement'.
3577 menuitem: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3577:68 - error TS2304: Cannot find name 'HTMLElement'.
3577 menuitem: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3578:54 - error TS2304: Cannot find name 'HTMLMetaElement'.
3578 meta: DetailedHTMLFactory<MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3578:72 - error TS2304: Cannot find name 'HTMLMetaElement'.
3578 meta: DetailedHTMLFactory<MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3579:56 - error TS2304: Cannot find name 'HTMLElement'.
3579 meter: DetailedHTMLFactory<MeterHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3579:70 - error TS2304: Cannot find name 'HTMLElement'.
3579 meter: DetailedHTMLFactory<MeterHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3580:49 - error TS2304: Cannot find name 'HTMLElement'.
3580 nav: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3580:63 - error TS2304: Cannot find name 'HTMLElement'.
3580 nav: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3581:54 - error TS2304: Cannot find name 'HTMLElement'.
3581 noscript: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3581:68 - error TS2304: Cannot find name 'HTMLElement'.
3581 noscript: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3582:58 - error TS2304: Cannot find name 'HTMLObjectElement'.
3582 object: DetailedHTMLFactory<ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3582:78 - error TS2304: Cannot find name 'HTMLObjectElement'.
3582 object: DetailedHTMLFactory<ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3583:50 - error TS2304: Cannot find name 'HTMLOListElement'.
3583 ol: DetailedHTMLFactory<OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3583:69 - error TS2304: Cannot find name 'HTMLOListElement'.
3583 ol: DetailedHTMLFactory<OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3584:62 - error TS2304: Cannot find name 'HTMLOptGroupElement'.
3584 optgroup: DetailedHTMLFactory<OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3584:84 - error TS2304: Cannot find name 'HTMLOptGroupElement'.
3584 optgroup: DetailedHTMLFactory<OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3585:58 - error TS2304: Cannot find name 'HTMLOptionElement'.
3585 option: DetailedHTMLFactory<OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3585:78 - error TS2304: Cannot find name 'HTMLOptionElement'.
3585 option: DetailedHTMLFactory<OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3586:58 - error TS2304: Cannot find name 'HTMLElement'.
3586 output: DetailedHTMLFactory<OutputHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3586:72 - error TS2304: Cannot find name 'HTMLElement'.
3586 output: DetailedHTMLFactory<OutputHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3587:47 - error TS2304: Cannot find name 'HTMLParagraphElement'.
3587 p: DetailedHTMLFactory<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>;
~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3587:70 - error TS2304: Cannot find name 'HTMLParagraphElement'.
3587 p: DetailedHTMLFactory<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>;
~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3588:56 - error TS2304: Cannot find name 'HTMLParamElement'.
3588 param: DetailedHTMLFactory<ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3588:75 - error TS2304: Cannot find name 'HTMLParamElement'.
3588 param: DetailedHTMLFactory<ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3589:53 - error TS2304: Cannot find name 'HTMLElement'.
3589 picture: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3589:67 - error TS2304: Cannot find name 'HTMLElement'.
3589 picture: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3590:49 - error TS2304: Cannot find name 'HTMLPreElement'.
3590 pre: DetailedHTMLFactory<HTMLAttributes<HTMLPreElement>, HTMLPreElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3590:66 - error TS2304: Cannot find name 'HTMLPreElement'.
3590 pre: DetailedHTMLFactory<HTMLAttributes<HTMLPreElement>, HTMLPreElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3591:62 - error TS2304: Cannot find name 'HTMLProgressElement'.
3591 progress: DetailedHTMLFactory<ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3591:84 - error TS2304: Cannot find name 'HTMLProgressElement'.
3591 progress: DetailedHTMLFactory<ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3592:52 - error TS2304: Cannot find name 'HTMLQuoteElement'.
3592 q: DetailedHTMLFactory<QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3592:71 - error TS2304: Cannot find name 'HTMLQuoteElement'.
3592 q: DetailedHTMLFactory<QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3593:48 - error TS2304: Cannot find name 'HTMLElement'.
3593 rp: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3593:62 - error TS2304: Cannot find name 'HTMLElement'.
3593 rp: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3594:48 - error TS2304: Cannot find name 'HTMLElement'.
3594 rt: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3594:62 - error TS2304: Cannot find name 'HTMLElement'.
3594 rt: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3595:50 - error TS2304: Cannot find name 'HTMLElement'.
3595 ruby: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3595:64 - error TS2304: Cannot find name 'HTMLElement'.
3595 ruby: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3596:47 - error TS2304: Cannot find name 'HTMLElement'.
3596 s: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3596:61 - error TS2304: Cannot find name 'HTMLElement'.
3596 s: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3597:50 - error TS2304: Cannot find name 'HTMLElement'.
3597 samp: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3597:64 - error TS2304: Cannot find name 'HTMLElement'.
3597 samp: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3598:58 - error TS2304: Cannot find name 'HTMLScriptElement'.
3598 script: DetailedHTMLFactory<ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3598:78 - error TS2304: Cannot find name 'HTMLScriptElement'.
3598 script: DetailedHTMLFactory<ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3599:53 - error TS2304: Cannot find name 'HTMLElement'.
3599 section: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3599:67 - error TS2304: Cannot find name 'HTMLElement'.
3599 section: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3600:58 - error TS2304: Cannot find name 'HTMLSelectElement'.
3600 select: DetailedHTMLFactory<SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3600:78 - error TS2304: Cannot find name 'HTMLSelectElement'.
3600 select: DetailedHTMLFactory<SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3601:51 - error TS2304: Cannot find name 'HTMLElement'.
3601 small: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3601:65 - error TS2304: Cannot find name 'HTMLElement'.
3601 small: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3602:58 - error TS2304: Cannot find name 'HTMLSourceElement'.
3602 source: DetailedHTMLFactory<SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3602:78 - error TS2304: Cannot find name 'HTMLSourceElement'.
3602 source: DetailedHTMLFactory<SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3603:50 - error TS2304: Cannot find name 'HTMLSpanElement'.
3603 span: DetailedHTMLFactory<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3603:68 - error TS2304: Cannot find name 'HTMLSpanElement'.
3603 span: DetailedHTMLFactory<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3604:52 - error TS2304: Cannot find name 'HTMLElement'.
3604 strong: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3604:66 - error TS2304: Cannot find name 'HTMLElement'.
3604 strong: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3605:56 - error TS2304: Cannot find name 'HTMLStyleElement'.
3605 style: DetailedHTMLFactory<StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3605:75 - error TS2304: Cannot find name 'HTMLStyleElement'.
3605 style: DetailedHTMLFactory<StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3606:49 - error TS2304: Cannot find name 'HTMLElement'.
3606 sub: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3606:63 - error TS2304: Cannot find name 'HTMLElement'.
3606 sub: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3607:53 - error TS2304: Cannot find name 'HTMLElement'.
3607 summary: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3607:67 - error TS2304: Cannot find name 'HTMLElement'.
3607 summary: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3608:49 - error TS2304: Cannot find name 'HTMLElement'.
3608 sup: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3608:63 - error TS2304: Cannot find name 'HTMLElement'.
3608 sup: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3609:56 - error TS2304: Cannot find name 'HTMLTableElement'.
3609 table: DetailedHTMLFactory<TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3609:75 - error TS2304: Cannot find name 'HTMLTableElement'.
3609 table: DetailedHTMLFactory<TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3610:54 - error TS2304: Cannot find name 'HTMLTemplateElement'.
3610 template: DetailedHTMLFactory<HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3610:76 - error TS2304: Cannot find name 'HTMLTemplateElement'.
3610 template: DetailedHTMLFactory<HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3611:51 - error TS2304: Cannot find name 'HTMLTableSectionElement'.
3611 tbody: DetailedHTMLFactory<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3611:77 - error TS2304: Cannot find name 'HTMLTableSectionElement'.
3611 tbody: DetailedHTMLFactory<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3612:50 - error TS2304: Cannot find name 'HTMLTableDataCellElement'.
3612 td: DetailedHTMLFactory<TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>;
~~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3612:77 - error TS2304: Cannot find name 'HTMLTableDataCellElement'.
3612 td: DetailedHTMLFactory<TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>;
~~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3613:62 - error TS2304: Cannot find name 'HTMLTextAreaElement'.
3613 textarea: DetailedHTMLFactory<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3613:84 - error TS2304: Cannot find name 'HTMLTextAreaElement'.
3613 textarea: DetailedHTMLFactory<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3614:51 - error TS2304: Cannot find name 'HTMLTableSectionElement'.
3614 tfoot: DetailedHTMLFactory<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3614:77 - error TS2304: Cannot find name 'HTMLTableSectionElement'.
3614 tfoot: DetailedHTMLFactory<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3615:50 - error TS2304: Cannot find name 'HTMLTableHeaderCellElement'.
3615 th: DetailedHTMLFactory<ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>;
~~~~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3615:79 - error TS2304: Cannot find name 'HTMLTableHeaderCellElement'.
3615 th: DetailedHTMLFactory<ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>;
~~~~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3616:51 - error TS2304: Cannot find name 'HTMLTableSectionElement'.
3616 thead: DetailedHTMLFactory<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3616:77 - error TS2304: Cannot find name 'HTMLTableSectionElement'.
3616 thead: DetailedHTMLFactory<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3617:54 - error TS2304: Cannot find name 'HTMLElement'.
3617 time: DetailedHTMLFactory<TimeHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3617:68 - error TS2304: Cannot find name 'HTMLElement'.
3617 time: DetailedHTMLFactory<TimeHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3618:51 - error TS2304: Cannot find name 'HTMLTitleElement'.
3618 title: DetailedHTMLFactory<HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3618:70 - error TS2304: Cannot find name 'HTMLTitleElement'.
3618 title: DetailedHTMLFactory<HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3619:48 - error TS2304: Cannot find name 'HTMLTableRowElement'.
3619 tr: DetailedHTMLFactory<HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3619:70 - error TS2304: Cannot find name 'HTMLTableRowElement'.
3619 tr: DetailedHTMLFactory<HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3620:56 - error TS2304: Cannot find name 'HTMLTrackElement'.
3620 track: DetailedHTMLFactory<TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3620:75 - error TS2304: Cannot find name 'HTMLTrackElement'.
3620 track: DetailedHTMLFactory<TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3621:47 - error TS2304: Cannot find name 'HTMLElement'.
3621 u: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3621:61 - error TS2304: Cannot find name 'HTMLElement'.
3621 u: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3622:48 - error TS2304: Cannot find name 'HTMLUListElement'.
3622 ul: DetailedHTMLFactory<HTMLAttributes<HTMLUListElement>, HTMLUListElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3622:67 - error TS2304: Cannot find name 'HTMLUListElement'.
3622 ul: DetailedHTMLFactory<HTMLAttributes<HTMLUListElement>, HTMLUListElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3623:51 - error TS2304: Cannot find name 'HTMLElement'.
3623 "var": DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3623:65 - error TS2304: Cannot find name 'HTMLElement'.
3623 "var": DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3624:56 - error TS2304: Cannot find name 'HTMLVideoElement'.
3624 video: DetailedHTMLFactory<VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3624:75 - error TS2304: Cannot find name 'HTMLVideoElement'.
3624 video: DetailedHTMLFactory<VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3625:49 - error TS2304: Cannot find name 'HTMLElement'.
3625 wbr: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3625:63 - error TS2304: Cannot find name 'HTMLElement'.
3625 wbr: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3626:60 - error TS2304: Cannot find name 'HTMLElement'.
3626 webview: DetailedHTMLFactory<WebViewHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3626:74 - error TS2304: Cannot find name 'HTMLElement'.
3626 webview: DetailedHTMLFactory<WebViewHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3706:21 - error TS2304: Cannot find name 'StyleMedia'.
3706 styleMedia: StyleMedia;
~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3707:19 - error TS2304: Cannot find name 'Document'.
3707 document: Document;
~~~~~~~~
../../node_modules/@types/react/index.d.ts:3761:67 - error TS2304: Cannot find name 'HTMLAnchorElement'.
3761 a: React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3761:87 - error TS2304: Cannot find name 'HTMLAnchorElement'.
3761 a: React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3762:64 - error TS2304: Cannot find name 'HTMLElement'.
3762 abbr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3762:78 - error TS2304: Cannot find name 'HTMLElement'.
3762 abbr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3763:67 - error TS2304: Cannot find name 'HTMLElement'.
3763 address: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3763:81 - error TS2304: Cannot find name 'HTMLElement'.
3763 address: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3764:68 - error TS2304: Cannot find name 'HTMLAreaElement'.
3764 area: React.DetailedHTMLProps<React.AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3764:86 - error TS2304: Cannot find name 'HTMLAreaElement'.
3764 area: React.DetailedHTMLProps<React.AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3765:67 - error TS2304: Cannot find name 'HTMLElement'.
3765 article: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3765:81 - error TS2304: Cannot find name 'HTMLElement'.
3765 article: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3766:65 - error TS2304: Cannot find name 'HTMLElement'.
3766 aside: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3766:79 - error TS2304: Cannot find name 'HTMLElement'.
3766 aside: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3767:70 - error TS2304: Cannot find name 'HTMLAudioElement'.
3767 audio: React.DetailedHTMLProps<React.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3767:89 - error TS2304: Cannot find name 'HTMLAudioElement'.
3767 audio: React.DetailedHTMLProps<React.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3768:61 - error TS2304: Cannot find name 'HTMLElement'.
3768 b: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3768:75 - error TS2304: Cannot find name 'HTMLElement'.
3768 b: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3769:68 - error TS2304: Cannot find name 'HTMLBaseElement'.
3769 base: React.DetailedHTMLProps<React.BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3769:86 - error TS2304: Cannot find name 'HTMLBaseElement'.
3769 base: React.DetailedHTMLProps<React.BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3770:63 - error TS2304: Cannot find name 'HTMLElement'.
3770 bdi: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3770:77 - error TS2304: Cannot find name 'HTMLElement'.
3770 bdi: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3771:63 - error TS2304: Cannot find name 'HTMLElement'.
3771 bdo: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3771:77 - error TS2304: Cannot find name 'HTMLElement'.
3771 bdo: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3772:63 - error TS2304: Cannot find name 'HTMLElement'.
3772 big: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3772:77 - error TS2304: Cannot find name 'HTMLElement'.
3772 big: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3773:80 - error TS2304: Cannot find name 'HTMLElement'.
3773 blockquote: React.DetailedHTMLProps<React.BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3773:94 - error TS2304: Cannot find name 'HTMLElement'.
3773 blockquote: React.DetailedHTMLProps<React.BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3774:64 - error TS2304: Cannot find name 'HTMLBodyElement'.
3774 body: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3774:82 - error TS2304: Cannot find name 'HTMLBodyElement'.
3774 body: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3775:62 - error TS2304: Cannot find name 'HTMLBRElement'.
3775 br: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBRElement>, HTMLBRElement>;
~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3775:78 - error TS2304: Cannot find name 'HTMLBRElement'.
3775 br: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBRElement>, HTMLBRElement>;
~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3776:72 - error TS2304: Cannot find name 'HTMLButtonElement'.
3776 button: React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3776:92 - error TS2304: Cannot find name 'HTMLButtonElement'.
3776 button: React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3777:72 - error TS2304: Cannot find name 'HTMLCanvasElement'.
3777 canvas: React.DetailedHTMLProps<React.CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3777:92 - error TS2304: Cannot find name 'HTMLCanvasElement'.
3777 canvas: React.DetailedHTMLProps<React.CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3778:67 - error TS2304: Cannot find name 'HTMLElement'.
3778 caption: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3778:81 - error TS2304: Cannot find name 'HTMLElement'.
3778 caption: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3779:64 - error TS2304: Cannot find name 'HTMLElement'.
3779 cite: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3779:78 - error TS2304: Cannot find name 'HTMLElement'.
3779 cite: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3780:64 - error TS2304: Cannot find name 'HTMLElement'.
3780 code: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3780:78 - error TS2304: Cannot find name 'HTMLElement'.
3780 code: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3781:66 - error TS2304: Cannot find name 'HTMLTableColElement'.
3781 col: React.DetailedHTMLProps<React.ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3781:88 - error TS2304: Cannot find name 'HTMLTableColElement'.
3781 col: React.DetailedHTMLProps<React.ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3782:76 - error TS2304: Cannot find name 'HTMLTableColElement'.
3782 colgroup: React.DetailedHTMLProps<React.ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3782:98 - error TS2304: Cannot find name 'HTMLTableColElement'.
3782 colgroup: React.DetailedHTMLProps<React.ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3783:68 - error TS2304: Cannot find name 'HTMLDataElement'.
3783 data: React.DetailedHTMLProps<React.DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3783:86 - error TS2304: Cannot find name 'HTMLDataElement'.
3783 data: React.DetailedHTMLProps<React.DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3784:68 - error TS2304: Cannot find name 'HTMLDataListElement'.
3784 datalist: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3784:90 - error TS2304: Cannot find name 'HTMLDataListElement'.
3784 datalist: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3785:62 - error TS2304: Cannot find name 'HTMLElement'.
3785 dd: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3785:76 - error TS2304: Cannot find name 'HTMLElement'.
3785 dd: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3786:66 - error TS2304: Cannot find name 'HTMLElement'.
3786 del: React.DetailedHTMLProps<React.DelHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3786:80 - error TS2304: Cannot find name 'HTMLElement'.
3786 del: React.DetailedHTMLProps<React.DelHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3787:74 - error TS2304: Cannot find name 'HTMLElement'.
3787 details: React.DetailedHTMLProps<React.DetailsHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3787:88 - error TS2304: Cannot find name 'HTMLElement'.
3787 details: React.DetailedHTMLProps<React.DetailsHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3788:63 - error TS2304: Cannot find name 'HTMLElement'.
3788 dfn: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3788:77 - error TS2304: Cannot find name 'HTMLElement'.
3788 dfn: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3789:66 - error TS2304: Cannot find name 'HTMLElement'.
3789 dialog: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3789:80 - error TS2304: Cannot find name 'HTMLElement'.
3789 dialog: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3790:63 - error TS2304: Cannot find name 'HTMLDivElement'.
3790 div: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3790:80 - error TS2304: Cannot find name 'HTMLDivElement'.
3790 div: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3791:62 - error TS2304: Cannot find name 'HTMLDListElement'.
3791 dl: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDListElement>, HTMLDListElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3791:81 - error TS2304: Cannot find name 'HTMLDListElement'.
3791 dl: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDListElement>, HTMLDListElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3792:62 - error TS2304: Cannot find name 'HTMLElement'.
3792 dt: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3792:76 - error TS2304: Cannot find name 'HTMLElement'.
3792 dt: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3793:62 - error TS2304: Cannot find name 'HTMLElement'.
3793 em: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3793:76 - error TS2304: Cannot find name 'HTMLElement'.
3793 em: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3794:70 - error TS2304: Cannot find name 'HTMLEmbedElement'.
3794 embed: React.DetailedHTMLProps<React.EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3794:89 - error TS2304: Cannot find name 'HTMLEmbedElement'.
3794 embed: React.DetailedHTMLProps<React.EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3795:76 - error TS2304: Cannot find name 'HTMLFieldSetElement'.
3795 fieldset: React.DetailedHTMLProps<React.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3795:98 - error TS2304: Cannot find name 'HTMLFieldSetElement'.
3795 fieldset: React.DetailedHTMLProps<React.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3796:70 - error TS2304: Cannot find name 'HTMLElement'.
3796 figcaption: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3796:84 - error TS2304: Cannot find name 'HTMLElement'.
3796 figcaption: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3797:66 - error TS2304: Cannot find name 'HTMLElement'.
3797 figure: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3797:80 - error TS2304: Cannot find name 'HTMLElement'.
3797 figure: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3798:66 - error TS2304: Cannot find name 'HTMLElement'.
3798 footer: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3798:80 - error TS2304: Cannot find name 'HTMLElement'.
3798 footer: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3799:68 - error TS2304: Cannot find name 'HTMLFormElement'.
3799 form: React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3799:86 - error TS2304: Cannot find name 'HTMLFormElement'.
3799 form: React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3800:62 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3800 h1: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3800:83 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3800 h1: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3801:62 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3801 h2: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3801:83 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3801 h2: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3802:62 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3802 h3: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3802:83 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3802 h3: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3803:62 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3803 h4: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3803:83 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3803 h4: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3804:62 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3804 h5: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3804:83 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3804 h5: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3805:62 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3805 h6: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3805:83 - error TS2304: Cannot find name 'HTMLHeadingElement'.
3805 h6: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3806:64 - error TS2304: Cannot find name 'HTMLHeadElement'.
3806 head: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3806:82 - error TS2304: Cannot find name 'HTMLHeadElement'.
3806 head: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3807:66 - error TS2304: Cannot find name 'HTMLElement'.
3807 header: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3807:80 - error TS2304: Cannot find name 'HTMLElement'.
3807 header: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3808:66 - error TS2304: Cannot find name 'HTMLElement'.
3808 hgroup: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3808:80 - error TS2304: Cannot find name 'HTMLElement'.
3808 hgroup: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3809:62 - error TS2304: Cannot find name 'HTMLHRElement'.
3809 hr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHRElement>, HTMLHRElement>;
~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3809:78 - error TS2304: Cannot find name 'HTMLHRElement'.
3809 hr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHRElement>, HTMLHRElement>;
~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3810:68 - error TS2304: Cannot find name 'HTMLHtmlElement'.
3810 html: React.DetailedHTMLProps<React.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3810:86 - error TS2304: Cannot find name 'HTMLHtmlElement'.
3810 html: React.DetailedHTMLProps<React.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3811:61 - error TS2304: Cannot find name 'HTMLElement'.
3811 i: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3811:75 - error TS2304: Cannot find name 'HTMLElement'.
3811 i: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3812:72 - error TS2304: Cannot find name 'HTMLIFrameElement'.
3812 iframe: React.DetailedHTMLProps<React.IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3812:92 - error TS2304: Cannot find name 'HTMLIFrameElement'.
3812 iframe: React.DetailedHTMLProps<React.IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3813:66 - error TS2304: Cannot find name 'HTMLImageElement'.
3813 img: React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3813:85 - error TS2304: Cannot find name 'HTMLImageElement'.
3813 img: React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3814:70 - error TS2304: Cannot find name 'HTMLInputElement'.
3814 input: React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3814:89 - error TS2304: Cannot find name 'HTMLInputElement'.
3814 input: React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3815:66 - error TS2304: Cannot find name 'HTMLModElement'.
3815 ins: React.DetailedHTMLProps<React.InsHTMLAttributes<HTMLModElement>, HTMLModElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3815:83 - error TS2304: Cannot find name 'HTMLModElement'.
3815 ins: React.DetailedHTMLProps<React.InsHTMLAttributes<HTMLModElement>, HTMLModElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3816:63 - error TS2304: Cannot find name 'HTMLElement'.
3816 kbd: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3816:77 - error TS2304: Cannot find name 'HTMLElement'.
3816 kbd: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3817:72 - error TS2304: Cannot find name 'HTMLElement'.
3817 keygen: React.DetailedHTMLProps<React.KeygenHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3817:86 - error TS2304: Cannot find name 'HTMLElement'.
3817 keygen: React.DetailedHTMLProps<React.KeygenHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3818:70 - error TS2304: Cannot find name 'HTMLLabelElement'.
3818 label: React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3818:89 - error TS2304: Cannot find name 'HTMLLabelElement'.
3818 label: React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3819:66 - error TS2304: Cannot find name 'HTMLLegendElement'.
3819 legend: React.DetailedHTMLProps<React.HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3819:86 - error TS2304: Cannot find name 'HTMLLegendElement'.
3819 legend: React.DetailedHTMLProps<React.HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3820:64 - error TS2304: Cannot find name 'HTMLLIElement'.
3820 li: React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>;
~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3820:80 - error TS2304: Cannot find name 'HTMLLIElement'.
3820 li: React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>;
~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3821:68 - error TS2304: Cannot find name 'HTMLLinkElement'.
3821 link: React.DetailedHTMLProps<React.LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3821:86 - error TS2304: Cannot find name 'HTMLLinkElement'.
3821 link: React.DetailedHTMLProps<React.LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3822:64 - error TS2304: Cannot find name 'HTMLElement'.
3822 main: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3822:78 - error TS2304: Cannot find name 'HTMLElement'.
3822 main: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3823:66 - error TS2304: Cannot find name 'HTMLMapElement'.
3823 map: React.DetailedHTMLProps<React.MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3823:83 - error TS2304: Cannot find name 'HTMLMapElement'.
3823 map: React.DetailedHTMLProps<React.MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3824:64 - error TS2304: Cannot find name 'HTMLElement'.
3824 mark: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3824:78 - error TS2304: Cannot find name 'HTMLElement'.
3824 mark: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3825:68 - error TS2304: Cannot find name 'HTMLElement'.
3825 menu: React.DetailedHTMLProps<React.MenuHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3825:82 - error TS2304: Cannot find name 'HTMLElement'.
3825 menu: React.DetailedHTMLProps<React.MenuHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3826:68 - error TS2304: Cannot find name 'HTMLElement'.
3826 menuitem: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3826:82 - error TS2304: Cannot find name 'HTMLElement'.
3826 menuitem: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3827:68 - error TS2304: Cannot find name 'HTMLMetaElement'.
3827 meta: React.DetailedHTMLProps<React.MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3827:86 - error TS2304: Cannot find name 'HTMLMetaElement'.
3827 meta: React.DetailedHTMLProps<React.MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3828:70 - error TS2304: Cannot find name 'HTMLElement'.
3828 meter: React.DetailedHTMLProps<React.MeterHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3828:84 - error TS2304: Cannot find name 'HTMLElement'.
3828 meter: React.DetailedHTMLProps<React.MeterHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3829:63 - error TS2304: Cannot find name 'HTMLElement'.
3829 nav: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3829:77 - error TS2304: Cannot find name 'HTMLElement'.
3829 nav: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3830:67 - error TS2304: Cannot find name 'HTMLElement'.
3830 noindex: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3830:81 - error TS2304: Cannot find name 'HTMLElement'.
3830 noindex: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3831:68 - error TS2304: Cannot find name 'HTMLElement'.
3831 noscript: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3831:82 - error TS2304: Cannot find name 'HTMLElement'.
3831 noscript: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3832:72 - error TS2304: Cannot find name 'HTMLObjectElement'.
3832 object: React.DetailedHTMLProps<React.ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3832:92 - error TS2304: Cannot find name 'HTMLObjectElement'.
3832 object: React.DetailedHTMLProps<React.ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3833:64 - error TS2304: Cannot find name 'HTMLOListElement'.
3833 ol: React.DetailedHTMLProps<React.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3833:83 - error TS2304: Cannot find name 'HTMLOListElement'.
3833 ol: React.DetailedHTMLProps<React.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3834:76 - error TS2304: Cannot find name 'HTMLOptGroupElement'.
3834 optgroup: React.DetailedHTMLProps<React.OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3834:98 - error TS2304: Cannot find name 'HTMLOptGroupElement'.
3834 optgroup: React.DetailedHTMLProps<React.OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3835:72 - error TS2304: Cannot find name 'HTMLOptionElement'.
3835 option: React.DetailedHTMLProps<React.OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3835:92 - error TS2304: Cannot find name 'HTMLOptionElement'.
3835 option: React.DetailedHTMLProps<React.OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3836:72 - error TS2304: Cannot find name 'HTMLElement'.
3836 output: React.DetailedHTMLProps<React.OutputHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3836:86 - error TS2304: Cannot find name 'HTMLElement'.
3836 output: React.DetailedHTMLProps<React.OutputHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3837:61 - error TS2304: Cannot find name 'HTMLParagraphElement'.
3837 p: React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>;
~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3837:84 - error TS2304: Cannot find name 'HTMLParagraphElement'.
3837 p: React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>;
~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3838:70 - error TS2304: Cannot find name 'HTMLParamElement'.
3838 param: React.DetailedHTMLProps<React.ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3838:89 - error TS2304: Cannot find name 'HTMLParamElement'.
3838 param: React.DetailedHTMLProps<React.ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3839:67 - error TS2304: Cannot find name 'HTMLElement'.
3839 picture: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3839:81 - error TS2304: Cannot find name 'HTMLElement'.
3839 picture: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3840:63 - error TS2304: Cannot find name 'HTMLPreElement'.
3840 pre: React.DetailedHTMLProps<React.HTMLAttributes<HTMLPreElement>, HTMLPreElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3840:80 - error TS2304: Cannot find name 'HTMLPreElement'.
3840 pre: React.DetailedHTMLProps<React.HTMLAttributes<HTMLPreElement>, HTMLPreElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3841:76 - error TS2304: Cannot find name 'HTMLProgressElement'.
3841 progress: React.DetailedHTMLProps<React.ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3841:98 - error TS2304: Cannot find name 'HTMLProgressElement'.
3841 progress: React.DetailedHTMLProps<React.ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3842:66 - error TS2304: Cannot find name 'HTMLQuoteElement'.
3842 q: React.DetailedHTMLProps<React.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3842:85 - error TS2304: Cannot find name 'HTMLQuoteElement'.
3842 q: React.DetailedHTMLProps<React.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3843:62 - error TS2304: Cannot find name 'HTMLElement'.
3843 rp: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3843:76 - error TS2304: Cannot find name 'HTMLElement'.
3843 rp: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3844:62 - error TS2304: Cannot find name 'HTMLElement'.
3844 rt: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3844:76 - error TS2304: Cannot find name 'HTMLElement'.
3844 rt: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3845:64 - error TS2304: Cannot find name 'HTMLElement'.
3845 ruby: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3845:78 - error TS2304: Cannot find name 'HTMLElement'.
3845 ruby: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3846:61 - error TS2304: Cannot find name 'HTMLElement'.
3846 s: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3846:75 - error TS2304: Cannot find name 'HTMLElement'.
3846 s: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3847:64 - error TS2304: Cannot find name 'HTMLElement'.
3847 samp: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3847:78 - error TS2304: Cannot find name 'HTMLElement'.
3847 samp: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3848:72 - error TS2304: Cannot find name 'HTMLScriptElement'.
3848 script: React.DetailedHTMLProps<React.ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3848:92 - error TS2304: Cannot find name 'HTMLScriptElement'.
3848 script: React.DetailedHTMLProps<React.ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3849:67 - error TS2304: Cannot find name 'HTMLElement'.
3849 section: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3849:81 - error TS2304: Cannot find name 'HTMLElement'.
3849 section: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3850:72 - error TS2304: Cannot find name 'HTMLSelectElement'.
3850 select: React.DetailedHTMLProps<React.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3850:92 - error TS2304: Cannot find name 'HTMLSelectElement'.
3850 select: React.DetailedHTMLProps<React.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3851:65 - error TS2304: Cannot find name 'HTMLElement'.
3851 small: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3851:79 - error TS2304: Cannot find name 'HTMLElement'.
3851 small: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3852:72 - error TS2304: Cannot find name 'HTMLSourceElement'.
3852 source: React.DetailedHTMLProps<React.SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3852:92 - error TS2304: Cannot find name 'HTMLSourceElement'.
3852 source: React.DetailedHTMLProps<React.SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3853:64 - error TS2304: Cannot find name 'HTMLSpanElement'.
3853 span: React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3853:82 - error TS2304: Cannot find name 'HTMLSpanElement'.
3853 span: React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3854:66 - error TS2304: Cannot find name 'HTMLElement'.
3854 strong: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3854:80 - error TS2304: Cannot find name 'HTMLElement'.
3854 strong: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3855:70 - error TS2304: Cannot find name 'HTMLStyleElement'.
3855 style: React.DetailedHTMLProps<React.StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3855:89 - error TS2304: Cannot find name 'HTMLStyleElement'.
3855 style: React.DetailedHTMLProps<React.StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3856:63 - error TS2304: Cannot find name 'HTMLElement'.
3856 sub: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3856:77 - error TS2304: Cannot find name 'HTMLElement'.
3856 sub: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3857:67 - error TS2304: Cannot find name 'HTMLElement'.
3857 summary: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3857:81 - error TS2304: Cannot find name 'HTMLElement'.
3857 summary: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3858:63 - error TS2304: Cannot find name 'HTMLElement'.
3858 sup: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3858:77 - error TS2304: Cannot find name 'HTMLElement'.
3858 sup: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3859:70 - error TS2304: Cannot find name 'HTMLTableElement'.
3859 table: React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3859:89 - error TS2304: Cannot find name 'HTMLTableElement'.
3859 table: React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3860:70 - error TS2304: Cannot find name 'HTMLTemplateElement'.
3860 template: React.DetailedHTMLFactory<React.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3860:92 - error TS2304: Cannot find name 'HTMLTemplateElement'.
3860 template: React.DetailedHTMLFactory<React.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3861:65 - error TS2304: Cannot find name 'HTMLTableSectionElement'.
3861 tbody: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3861:91 - error TS2304: Cannot find name 'HTMLTableSectionElement'.
3861 tbody: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3862:64 - error TS2304: Cannot find name 'HTMLTableDataCellElement'.
3862 td: React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>;
~~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3862:91 - error TS2304: Cannot find name 'HTMLTableDataCellElement'.
3862 td: React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>;
~~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3863:76 - error TS2304: Cannot find name 'HTMLTextAreaElement'.
3863 textarea: React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3863:98 - error TS2304: Cannot find name 'HTMLTextAreaElement'.
3863 textarea: React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3864:65 - error TS2304: Cannot find name 'HTMLTableSectionElement'.
3864 tfoot: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3864:91 - error TS2304: Cannot find name 'HTMLTableSectionElement'.
3864 tfoot: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3865:64 - error TS2304: Cannot find name 'HTMLTableHeaderCellElement'.
3865 th: React.DetailedHTMLProps<React.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>;
~~~~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3865:93 - error TS2304: Cannot find name 'HTMLTableHeaderCellElement'.
3865 th: React.DetailedHTMLProps<React.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>;
~~~~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3866:65 - error TS2304: Cannot find name 'HTMLTableSectionElement'.
3866 thead: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3866:91 - error TS2304: Cannot find name 'HTMLTableSectionElement'.
3866 thead: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3867:68 - error TS2304: Cannot find name 'HTMLElement'.
3867 time: React.DetailedHTMLProps<React.TimeHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3867:82 - error TS2304: Cannot find name 'HTMLElement'.
3867 time: React.DetailedHTMLProps<React.TimeHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3868:65 - error TS2304: Cannot find name 'HTMLTitleElement'.
3868 title: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3868:84 - error TS2304: Cannot find name 'HTMLTitleElement'.
3868 title: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3869:62 - error TS2304: Cannot find name 'HTMLTableRowElement'.
3869 tr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3869:84 - error TS2304: Cannot find name 'HTMLTableRowElement'.
3869 tr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>;
~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3870:70 - error TS2304: Cannot find name 'HTMLTrackElement'.
3870 track: React.DetailedHTMLProps<React.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3870:89 - error TS2304: Cannot find name 'HTMLTrackElement'.
3870 track: React.DetailedHTMLProps<React.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3871:61 - error TS2304: Cannot find name 'HTMLElement'.
3871 u: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3871:75 - error TS2304: Cannot find name 'HTMLElement'.
3871 u: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3872:62 - error TS2304: Cannot find name 'HTMLUListElement'.
3872 ul: React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3872:81 - error TS2304: Cannot find name 'HTMLUListElement'.
3872 ul: React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3873:65 - error TS2304: Cannot find name 'HTMLElement'.
3873 "var": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3873:79 - error TS2304: Cannot find name 'HTMLElement'.
3873 "var": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3874:70 - error TS2304: Cannot find name 'HTMLVideoElement'.
3874 video: React.DetailedHTMLProps<React.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3874:89 - error TS2304: Cannot find name 'HTMLVideoElement'.
3874 video: React.DetailedHTMLProps<React.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3875:63 - error TS2304: Cannot find name 'HTMLElement'.
3875 wbr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3875:77 - error TS2304: Cannot find name 'HTMLElement'.
3875 wbr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3876:74 - error TS2304: Cannot find name 'HTMLElement'.
3876 webview: React.DetailedHTMLProps<React.WebViewHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3876:88 - error TS2304: Cannot find name 'HTMLElement'.
3876 webview: React.DetailedHTMLProps<React.WebViewHTMLAttributes<HTMLElement>, HTMLElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3879:33 - error TS2304: Cannot find name 'SVGSVGElement'.
3879 svg: React.SVGProps<SVGSVGElement>;
~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3881:37 - error TS2304: Cannot find name 'SVGElement'.
3881 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:3882:46 - error TS2304: Cannot find name 'SVGElement'.
3882 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:3883:36 - error TS2304: Cannot find name 'SVGCircleElement'.
3883 circle: React.SVGProps<SVGCircleElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3884:38 - error TS2304: Cannot find name 'SVGClipPathElement'.
3884 clipPath: React.SVGProps<SVGClipPathElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3885:34 - error TS2304: Cannot find name 'SVGDefsElement'.
3885 defs: React.SVGProps<SVGDefsElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3886:34 - error TS2304: Cannot find name 'SVGDescElement'.
3886 desc: React.SVGProps<SVGDescElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3887:37 - error TS2304: Cannot find name 'SVGEllipseElement'.
3887 ellipse: React.SVGProps<SVGEllipseElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3888:37 - error TS2304: Cannot find name 'SVGFEBlendElement'.
3888 feBlend: React.SVGProps<SVGFEBlendElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3889:43 - error TS2304: Cannot find name 'SVGFEColorMatrixElement'.
3889 feColorMatrix: React.SVGProps<SVGFEColorMatrixElement>;
~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3890:49 - error TS2304: Cannot find name 'SVGFEComponentTransferElement'.
3890 feComponentTransfer: React.SVGProps<SVGFEComponentTransferElement>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3891:41 - error TS2304: Cannot find name 'SVGFECompositeElement'.
3891 feComposite: React.SVGProps<SVGFECompositeElement>;
~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3892:46 - error TS2304: Cannot find name 'SVGFEConvolveMatrixElement'.
3892 feConvolveMatrix: React.SVGProps<SVGFEConvolveMatrixElement>;
~~~~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3893:47 - error TS2304: Cannot find name 'SVGFEDiffuseLightingElement'.
3893 feDiffuseLighting: React.SVGProps<SVGFEDiffuseLightingElement>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3894:47 - error TS2304: Cannot find name 'SVGFEDisplacementMapElement'.
3894 feDisplacementMap: React.SVGProps<SVGFEDisplacementMapElement>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3895:44 - error TS2304: Cannot find name 'SVGFEDistantLightElement'.
3895 feDistantLight: React.SVGProps<SVGFEDistantLightElement>;
~~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3896:37 - error TS2304: Cannot find name 'SVGFEFloodElement'.
3896 feFlood: React.SVGProps<SVGFEFloodElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3897:37 - error TS2304: Cannot find name 'SVGFEFuncAElement'.
3897 feFuncA: React.SVGProps<SVGFEFuncAElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3898:37 - error TS2304: Cannot find name 'SVGFEFuncBElement'.
3898 feFuncB: React.SVGProps<SVGFEFuncBElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3899:37 - error TS2304: Cannot find name 'SVGFEFuncGElement'.
3899 feFuncG: React.SVGProps<SVGFEFuncGElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3900:37 - error TS2304: Cannot find name 'SVGFEFuncRElement'.
3900 feFuncR: React.SVGProps<SVGFEFuncRElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3901:44 - error TS2304: Cannot find name 'SVGFEGaussianBlurElement'.
3901 feGaussianBlur: React.SVGProps<SVGFEGaussianBlurElement>;
~~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3902:37 - error TS2304: Cannot find name 'SVGFEImageElement'.
3902 feImage: React.SVGProps<SVGFEImageElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3903:37 - error TS2304: Cannot find name 'SVGFEMergeElement'.
3903 feMerge: React.SVGProps<SVGFEMergeElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3904:41 - error TS2304: Cannot find name 'SVGFEMergeNodeElement'.
3904 feMergeNode: React.SVGProps<SVGFEMergeNodeElement>;
~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3905:42 - error TS2304: Cannot find name 'SVGFEMorphologyElement'.
3905 feMorphology: React.SVGProps<SVGFEMorphologyElement>;
~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3906:38 - error TS2304: Cannot find name 'SVGFEOffsetElement'.
3906 feOffset: React.SVGProps<SVGFEOffsetElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3907:42 - error TS2304: Cannot find name 'SVGFEPointLightElement'.
3907 fePointLight: React.SVGProps<SVGFEPointLightElement>;
~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3908:48 - error TS2304: Cannot find name 'SVGFESpecularLightingElement'.
3908 feSpecularLighting: React.SVGProps<SVGFESpecularLightingElement>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3909:41 - error TS2304: Cannot find name 'SVGFESpotLightElement'.
3909 feSpotLight: React.SVGProps<SVGFESpotLightElement>;
~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3910:36 - error TS2304: Cannot find name 'SVGFETileElement'.
3910 feTile: React.SVGProps<SVGFETileElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3911:42 - error TS2304: Cannot find name 'SVGFETurbulenceElement'.
3911 feTurbulence: React.SVGProps<SVGFETurbulenceElement>;
~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3912:36 - error TS2304: Cannot find name 'SVGFilterElement'.
3912 filter: React.SVGProps<SVGFilterElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3913:43 - error TS2304: Cannot find name 'SVGForeignObjectElement'.
3913 foreignObject: React.SVGProps<SVGForeignObjectElement>;
~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3914:31 - error TS2304: Cannot find name 'SVGGElement'.
3914 g: React.SVGProps<SVGGElement>;
~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3915:35 - error TS2304: Cannot find name 'SVGImageElement'.
3915 image: React.SVGProps<SVGImageElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3916:50 - error TS2304: Cannot find name 'SVGLineElement'.
3916 line: React.SVGLineElementAttributes<SVGLineElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3917:44 - error TS2304: Cannot find name 'SVGLinearGradientElement'.
3917 linearGradient: React.SVGProps<SVGLinearGradientElement>;
~~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3918:36 - error TS2304: Cannot find name 'SVGMarkerElement'.
3918 marker: React.SVGProps<SVGMarkerElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3919:34 - error TS2304: Cannot find name 'SVGMaskElement'.
3919 mask: React.SVGProps<SVGMaskElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3920:38 - error TS2304: Cannot find name 'SVGMetadataElement'.
3920 metadata: React.SVGProps<SVGMetadataElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3921:34 - error TS2304: Cannot find name 'SVGPathElement'.
3921 path: React.SVGProps<SVGPathElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3922:37 - error TS2304: Cannot find name 'SVGPatternElement'.
3922 pattern: React.SVGProps<SVGPatternElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3923:37 - error TS2304: Cannot find name 'SVGPolygonElement'.
3923 polygon: React.SVGProps<SVGPolygonElement>;
~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3924:38 - error TS2304: Cannot find name 'SVGPolylineElement'.
3924 polyline: React.SVGProps<SVGPolylineElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3925:44 - error TS2304: Cannot find name 'SVGRadialGradientElement'.
3925 radialGradient: React.SVGProps<SVGRadialGradientElement>;
~~~~~~~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3926:34 - error TS2304: Cannot find name 'SVGRectElement'.
3926 rect: React.SVGProps<SVGRectElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3927:34 - error TS2304: Cannot find name 'SVGStopElement'.
3927 stop: React.SVGProps<SVGStopElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3928:36 - error TS2304: Cannot find name 'SVGSwitchElement'.
3928 switch: React.SVGProps<SVGSwitchElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3929:36 - error TS2304: Cannot find name 'SVGSymbolElement'.
3929 symbol: React.SVGProps<SVGSymbolElement>;
~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3930:50 - error TS2304: Cannot find name 'SVGTextElement'.
3930 text: React.SVGTextElementAttributes<SVGTextElement>;
~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3931:38 - error TS2304: Cannot find name 'SVGTextPathElement'.
3931 textPath: React.SVGProps<SVGTextPathElement>;
~~~~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3932:35 - error TS2304: Cannot find name 'SVGTSpanElement'.
3932 tspan: React.SVGProps<SVGTSpanElement>;
~~~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3933:33 - error TS2304: Cannot find name 'SVGUseElement'.
3933 use: React.SVGProps<SVGUseElement>;
~~~~~~~~~~~~~
../../node_modules/@types/react/index.d.ts:3934:34 - error TS2304: Cannot find name 'SVGViewElement'.
3934 view: React.SVGProps<SVGViewElement>;
~~~~~~~~~~~~~~
Found 575 errors in 2 files.
Errors Files
17 ../../node_modules/@types/react-dom/index.d.ts:18
558 ../../node_modules/@types/react/index.d.ts:39
I'm sorry, I had a package.json and a node_modules 2 folders up the project and somehow It went to look into this.
macreuse:zigbee-herdsman2 nraynaud$ ls ../../node_modules/
@types clasp undici-types xz-decompress
macreuse:zigbee-herdsman2 nraynaud$ rm -rf ../../node_modules/
macreuse:zigbee-herdsman2 nraynaud$ rm ../../package*
macreuse:zigbee-herdsman2 nraynaud$ rm -rf node_modules/
macreuse:zigbee-herdsman2 nraynaud$ npm install
(node:97629) ExperimentalWarning: CommonJS module /usr/local/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /usr/local/lib/node_modules/npm/node_modules/supports-color/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
added 575 packages, and audited 576 packages in 5s
110 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
macreuse:zigbee-herdsman2 nraynaud$ npm run build
> zigbee-herdsman@2.1.8 build
> tsc
compiling was giving thousands of errors without it.