Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while running npm run dev/yarn dev #89

Closed
leopku opened this issue Feb 28, 2020 · 2 comments
Closed

Error while running npm run dev/yarn dev #89

leopku opened this issue Feb 28, 2020 · 2 comments

Comments

@leopku
Copy link

leopku commented Feb 28, 2020

git reset HEAD --hard
yarn install
yarn 
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react-reconciler/node_modules/@types/react/index.d.ts(2850,14):
TS2300: Duplicate identifier 'LibraryManagedAttributes'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2909,14):
TS2300: Duplicate identifier 'LibraryManagedAttributes'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2922,13):
TS2717: Subsequent property declarations must have the same type.  Property 'a' must be of type 'DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>', but here has type 'DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2923,13):
TS2717: Subsequent property declarations must have the same type.  Property 'abbr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2924,13):
TS2717: Subsequent property declarations must have the same type.  Property 'address' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2925,13):
TS2717: Subsequent property declarations must have the same type.  Property 'area' must be of type 'DetailedHTMLProps<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>', but here has type 'DetailedHTMLProps<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2926,13):
TS2717: Subsequent property declarations must have the same type.  Property 'article' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2927,13):
TS2717: Subsequent property declarations must have the same type.  Property 'aside' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2928,13):
TS2717: Subsequent property declarations must have the same type.  Property 'audio' must be of type 'DetailedHTMLProps<AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>', but here has type 'DetailedHTMLProps<AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2929,13):
TS2717: Subsequent property declarations must have the same type.  Property 'b' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2930,13):
TS2717: Subsequent property declarations must have the same type.  Property 'base' must be of type 'DetailedHTMLProps<BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>', but here has type 'DetailedHTMLProps<BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2931,13):
TS2717: Subsequent property declarations must have the same type.  Property 'bdi' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2932,13):
TS2717: Subsequent property declarations must have the same type.  Property 'bdo' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2933,13):
TS2717: Subsequent property declarations must have the same type.  Property 'big' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2934,13):
TS2717: Subsequent property declarations must have the same type.  Property 'blockquote' must be of type 'DetailedHTMLProps<BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2935,13):
TS2717: Subsequent property declarations must have the same type.  Property 'body' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2936,13):
TS2717: Subsequent property declarations must have the same type.  Property 'br' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLBRElement>, HTMLBRElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLBRElement>, HTMLBRElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2937,13):
TS2717: Subsequent property declarations must have the same type.  Property 'button' must be of type 'DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>', but here has type 'DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2938,13):
TS2717: Subsequent property declarations must have the same type.  Property 'canvas' must be of type 'DetailedHTMLProps<CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>', but here has type 'DetailedHTMLProps<CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2939,13):
TS2717: Subsequent property declarations must have the same type.  Property 'caption' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2940,13):
TS2717: Subsequent property declarations must have the same type.  Property 'cite' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2941,13):
TS2717: Subsequent property declarations must have the same type.  Property 'code' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2942,13):
TS2717: Subsequent property declarations must have the same type.  Property 'col' must be of type 'DetailedHTMLProps<ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>', but here has type 'DetailedHTMLProps<ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2943,13):
TS2717: Subsequent property declarations must have the same type.  Property 'colgroup' must be of type 'DetailedHTMLProps<ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>', but here has type 'DetailedHTMLProps<ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2944,13):
TS2717: Subsequent property declarations must have the same type.  Property 'data' must be of type 'DetailedHTMLProps<DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>', but here has type 'DetailedHTMLProps<DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2945,13):
TS2717: Subsequent property declarations must have the same type.  Property 'datalist' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2946,13):
TS2717: Subsequent property declarations must have the same type.  Property 'dd' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2947,13):
TS2717: Subsequent property declarations must have the same type.  Property 'del' must be of type 'DetailedHTMLProps<DelHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<DelHTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2948,13):
TS2717: Subsequent property declarations must have the same type.  Property 'details' must be of type 'DetailedHTMLProps<DetailsHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<DetailsHTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2949,13):
TS2717: Subsequent property declarations must have the same type.  Property 'dfn' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2950,13):
TS2717: Subsequent property declarations must have the same type.  Property 'dialog' must be of type 'DetailedHTMLProps<DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>', but here has type 'DetailedHTMLProps<DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2951,13):
TS2717: Subsequent property declarations must have the same type.  Property 'div' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2952,13):
TS2717: Subsequent property declarations must have the same type.  Property 'dl' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLDListElement>, HTMLDListElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLDListElement>, HTMLDListElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2953,13):
TS2717: Subsequent property declarations must have the same type.  Property 'dt' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2954,13):
TS2717: Subsequent property declarations must have the same type.  Property 'em' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2955,13):
TS2717: Subsequent property declarations must have the same type.  Property 'embed' must be of type 'DetailedHTMLProps<EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>', but here has type 'DetailedHTMLProps<EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2956,13):
TS2717: Subsequent property declarations must have the same type.  Property 'fieldset' must be of type 'DetailedHTMLProps<FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>', but here has type 'DetailedHTMLProps<FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2957,13):
TS2717: Subsequent property declarations must have the same type.  Property 'figcaption' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2958,13):
TS2717: Subsequent property declarations must have the same type.  Property 'figure' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2959,13):
TS2717: Subsequent property declarations must have the same type.  Property 'footer' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2960,13):
TS2717: Subsequent property declarations must have the same type.  Property 'form' must be of type 'DetailedHTMLProps<FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>', but here has type 'DetailedHTMLProps<FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2961,13):
TS2717: Subsequent property declarations must have the same type.  Property 'h1' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2962,13):
TS2717: Subsequent property declarations must have the same type.  Property 'h2' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2963,13):
TS2717: Subsequent property declarations must have the same type.  Property 'h3' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2964,13):
TS2717: Subsequent property declarations must have the same type.  Property 'h4' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2965,13):
TS2717: Subsequent property declarations must have the same type.  Property 'h5' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2966,13):
TS2717: Subsequent property declarations must have the same type.  Property 'h6' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2967,13):
TS2717: Subsequent property declarations must have the same type.  Property 'head' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2968,13):
TS2717: Subsequent property declarations must have the same type.  Property 'header' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2969,13):
TS2717: Subsequent property declarations must have the same type.  Property 'hgroup' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2970,13):
TS2717: Subsequent property declarations must have the same type.  Property 'hr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHRElement>, HTMLHRElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHRElement>, HTMLHRElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2971,13):
TS2717: Subsequent property declarations must have the same type.  Property 'html' must be of type 'DetailedHTMLProps<HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>', but here has type 'DetailedHTMLProps<HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2972,13):
TS2717: Subsequent property declarations must have the same type.  Property 'i' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2973,13):
TS2717: Subsequent property declarations must have the same type.  Property 'iframe' must be of type 'DetailedHTMLProps<IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>', but here has type 'DetailedHTMLProps<IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2974,13):
TS2717: Subsequent property declarations must have the same type.  Property 'img' must be of type 'DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>', but here has type 'DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2975,13):
TS2717: Subsequent property declarations must have the same type.  Property 'input' must be of type 'DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>', but here has type 'DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2976,13):
TS2717: Subsequent property declarations must have the same type.  Property 'ins' must be of type 'DetailedHTMLProps<InsHTMLAttributes<HTMLModElement>, HTMLModElement>', but here has type 'DetailedHTMLProps<InsHTMLAttributes<HTMLModElement>, HTMLModElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2977,13):
TS2717: Subsequent property declarations must have the same type.  Property 'kbd' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2978,13):
TS2717: Subsequent property declarations must have the same type.  Property 'keygen' must be of type 'DetailedHTMLProps<KeygenHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<KeygenHTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2979,13):
TS2717: Subsequent property declarations must have the same type.  Property 'label' must be of type 'DetailedHTMLProps<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>', but here has type 'DetailedHTMLProps<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2980,13):
TS2717: Subsequent property declarations must have the same type.  Property 'legend' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2981,13):
TS2717: Subsequent property declarations must have the same type.  Property 'li' must be of type 'DetailedHTMLProps<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>', but here has type 'DetailedHTMLProps<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2982,13):
TS2717: Subsequent property declarations must have the same type.  Property 'link' must be of type 'DetailedHTMLProps<LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>', but here has type 'DetailedHTMLProps<LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2983,13):
TS2717: Subsequent property declarations must have the same type.  Property 'main' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2984,13):
TS2717: Subsequent property declarations must have the same type.  Property 'map' must be of type 'DetailedHTMLProps<MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>', but here has type 'DetailedHTMLProps<MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2985,13):
TS2717: Subsequent property declarations must have the same type.  Property 'mark' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2986,13):
TS2717: Subsequent property declarations must have the same type.  Property 'menu' must be of type 'DetailedHTMLProps<MenuHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<MenuHTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2987,13):
TS2717: Subsequent property declarations must have the same type.  Property 'menuitem' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2988,13):
TS2717: Subsequent property declarations must have the same type.  Property 'meta' must be of type 'DetailedHTMLProps<MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>', but here has type 'DetailedHTMLProps<MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2989,13):
TS2717: Subsequent property declarations must have the same type.  Property 'meter' must be of type 'DetailedHTMLProps<MeterHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<MeterHTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2990,13):
TS2717: Subsequent property declarations must have the same type.  Property 'nav' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2991,13):
TS2717: Subsequent property declarations must have the same type.  Property 'noindex' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2992,13):
TS2717: Subsequent property declarations must have the same type.  Property 'noscript' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2993,13):
TS2717: Subsequent property declarations must have the same type.  Property 'object' must be of type 'DetailedHTMLProps<ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>', but here has type 'DetailedHTMLProps<ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2994,13):
TS2717: Subsequent property declarations must have the same type.  Property 'ol' must be of type 'DetailedHTMLProps<OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>', but here has type 'DetailedHTMLProps<OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2995,13):
TS2717: Subsequent property declarations must have the same type.  Property 'optgroup' must be of type 'DetailedHTMLProps<OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>', but here has type 'DetailedHTMLProps<OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2996,13):
TS2717: Subsequent property declarations must have the same type.  Property 'option' must be of type 'DetailedHTMLProps<OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>', but here has type 'DetailedHTMLProps<OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2997,13):
TS2717: Subsequent property declarations must have the same type.  Property 'output' must be of type 'DetailedHTMLProps<OutputHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<OutputHTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2998,13):
TS2717: Subsequent property declarations must have the same type.  Property 'p' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(2999,13):
TS2717: Subsequent property declarations must have the same type.  Property 'param' must be of type 'DetailedHTMLProps<ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>', but here has type 'DetailedHTMLProps<ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3000,13):
TS2717: Subsequent property declarations must have the same type.  Property 'picture' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3001,13):
TS2717: Subsequent property declarations must have the same type.  Property 'pre' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLPreElement>, HTMLPreElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLPreElement>, HTMLPreElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3002,13):
TS2717: Subsequent property declarations must have the same type.  Property 'progress' must be of type 'DetailedHTMLProps<ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>', but here has type 'DetailedHTMLProps<ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3003,13):
TS2717: Subsequent property declarations must have the same type.  Property 'q' must be of type 'DetailedHTMLProps<QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>', but here has type 'DetailedHTMLProps<QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3004,13):
TS2717: Subsequent property declarations must have the same type.  Property 'rp' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3005,13):
TS2717: Subsequent property declarations must have the same type.  Property 'rt' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3006,13):
TS2717: Subsequent property declarations must have the same type.  Property 'ruby' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3007,13):
TS2717: Subsequent property declarations must have the same type.  Property 's' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3008,13):
TS2717: Subsequent property declarations must have the same type.  Property 'samp' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3009,13):
TS2717: Subsequent property declarations must have the same type.  Property 'script' must be of type 'DetailedHTMLProps<ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>', but here has type 'DetailedHTMLProps<ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3010,13):
TS2717: Subsequent property declarations must have the same type.  Property 'section' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3011,13):
TS2717: Subsequent property declarations must have the same type.  Property 'select' must be of type 'DetailedHTMLProps<SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>', but here has type 'DetailedHTMLProps<SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3012,13):
TS2717: Subsequent property declarations must have the same type.  Property 'small' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3013,13):
TS2717: Subsequent property declarations must have the same type.  Property 'source' must be of type 'DetailedHTMLProps<SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>', but here has type 'DetailedHTMLProps<SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3014,13):
TS2717: Subsequent property declarations must have the same type.  Property 'span' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3015,13):
TS2717: Subsequent property declarations must have the same type.  Property 'strong' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3016,13):
TS2717: Subsequent property declarations must have the same type.  Property 'style' must be of type 'DetailedHTMLProps<StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>', but here has type 'DetailedHTMLProps<StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3017,13):
TS2717: Subsequent property declarations must have the same type.  Property 'sub' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3018,13):
TS2717: Subsequent property declarations must have the same type.  Property 'summary' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3019,13):
TS2717: Subsequent property declarations must have the same type.  Property 'sup' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3020,13):
TS2717: Subsequent property declarations must have the same type.  Property 'table' must be of type 'DetailedHTMLProps<TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>', but here has type 'DetailedHTMLProps<TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3021,13):
TS2717: Subsequent property declarations must have the same type.  Property 'template' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3022,13):
TS2717: Subsequent property declarations must have the same type.  Property 'tbody' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3023,13):
TS2717: Subsequent property declarations must have the same type.  Property 'td' must be of type 'DetailedHTMLProps<TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>', but here has type 'DetailedHTMLProps<TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3024,13):
TS2717: Subsequent property declarations must have the same type.  Property 'textarea' must be of type 'DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>', but here has type 'DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3025,13):
TS2717: Subsequent property declarations must have the same type.  Property 'tfoot' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3026,13):
TS2717: Subsequent property declarations must have the same type.  Property 'th' must be of type 'DetailedHTMLProps<ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>', but here has type 'DetailedHTMLProps<ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3027,13):
TS2717: Subsequent property declarations must have the same type.  Property 'thead' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3028,13):
TS2717: Subsequent property declarations must have the same type.  Property 'time' must be of type 'DetailedHTMLProps<TimeHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<TimeHTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3029,13):
TS2717: Subsequent property declarations must have the same type.  Property 'title' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3030,13):
TS2717: Subsequent property declarations must have the same type.  Property 'tr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3031,13):
TS2717: Subsequent property declarations must have the same type.  Property 'track' must be of type 'DetailedHTMLProps<TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>', but here has type 'DetailedHTMLProps<TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3032,13):
TS2717: Subsequent property declarations must have the same type.  Property 'u' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3033,13):
TS2717: Subsequent property declarations must have the same type.  Property 'ul' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLUListElement>, HTMLUListElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLUListElement>, HTMLUListElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3034,13):
TS2717: Subsequent property declarations must have the same type.  Property '"var"' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3035,13):
TS2717: Subsequent property declarations must have the same type.  Property 'video' must be of type 'DetailedHTMLProps<VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>', but here has type 'DetailedHTMLProps<VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3036,13):
TS2717: Subsequent property declarations must have the same type.  Property 'wbr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3037,13):
TS2717: Subsequent property declarations must have the same type.  Property 'webview' must be of type 'DetailedHTMLProps<WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>', but here has type 'DetailedHTMLProps<WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3040,13):
TS2717: Subsequent property declarations must have the same type.  Property 'svg' must be of type 'SVGProps<SVGSVGElement>', but here has type 'SVGProps<SVGSVGElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3042,13):
TS2717: Subsequent property declarations must have the same type.  Property 'animate' must be of type 'SVGProps<SVGElement>', but here has type 'SVGProps<SVGElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3043,13):
TS2717: Subsequent property declarations must have the same type.  Property 'animateMotion' must be of type 'SVGProps<SVGElement>', but here has type 'SVGProps<SVGElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3044,13):
TS2717: Subsequent property declarations must have the same type.  Property 'animateTransform' must be of type 'SVGProps<SVGElement>', but here has type 'SVGProps<SVGElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3045,13):
TS2717: Subsequent property declarations must have the same type.  Property 'circle' must be of type 'SVGProps<SVGCircleElement>', but here has type 'SVGProps<SVGCircleElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3046,13):
TS2717: Subsequent property declarations must have the same type.  Property 'clipPath' must be of type 'SVGProps<SVGClipPathElement>', but here has type 'SVGProps<SVGClipPathElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3047,13):
TS2717: Subsequent property declarations must have the same type.  Property 'defs' must be of type 'SVGProps<SVGDefsElement>', but here has type 'SVGProps<SVGDefsElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3048,13):
TS2717: Subsequent property declarations must have the same type.  Property 'desc' must be of type 'SVGProps<SVGDescElement>', but here has type 'SVGProps<SVGDescElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3049,13):
TS2717: Subsequent property declarations must have the same type.  Property 'ellipse' must be of type 'SVGProps<SVGEllipseElement>', but here has type 'SVGProps<SVGEllipseElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3050,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feBlend' must be of type 'SVGProps<SVGFEBlendElement>', but here has type 'SVGProps<SVGFEBlendElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3051,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feColorMatrix' must be of type 'SVGProps<SVGFEColorMatrixElement>', but here has type 'SVGProps<SVGFEColorMatrixElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3052,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feComponentTransfer' must be of type 'SVGProps<SVGFEComponentTransferElement>', but here has type 'SVGProps<SVGFEComponentTransferElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3053,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feComposite' must be of type 'SVGProps<SVGFECompositeElement>', but here has type 'SVGProps<SVGFECompositeElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3054,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feConvolveMatrix' must be of type 'SVGProps<SVGFEConvolveMatrixElement>', but here has type 'SVGProps<SVGFEConvolveMatrixElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3055,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feDiffuseLighting' must be of type 'SVGProps<SVGFEDiffuseLightingElement>', but here has type 'SVGProps<SVGFEDiffuseLightingElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3056,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feDisplacementMap' must be of type 'SVGProps<SVGFEDisplacementMapElement>', but here has type 'SVGProps<SVGFEDisplacementMapElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3057,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feDistantLight' must be of type 'SVGProps<SVGFEDistantLightElement>', but here has type 'SVGProps<SVGFEDistantLightElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3058,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feDropShadow' must be of type 'SVGProps<SVGFEDropShadowElement>', but here has type 'SVGProps<SVGFEDropShadowElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3059,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feFlood' must be of type 'SVGProps<SVGFEFloodElement>', but here has type 'SVGProps<SVGFEFloodElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3060,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feFuncA' must be of type 'SVGProps<SVGFEFuncAElement>', but here has type 'SVGProps<SVGFEFuncAElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3061,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feFuncB' must be of type 'SVGProps<SVGFEFuncBElement>', but here has type 'SVGProps<SVGFEFuncBElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3062,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feFuncG' must be of type 'SVGProps<SVGFEFuncGElement>', but here has type 'SVGProps<SVGFEFuncGElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3063,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feFuncR' must be of type 'SVGProps<SVGFEFuncRElement>', but here has type 'SVGProps<SVGFEFuncRElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3064,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feGaussianBlur' must be of type 'SVGProps<SVGFEGaussianBlurElement>', but here has type 'SVGProps<SVGFEGaussianBlurElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3065,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feImage' must be of type 'SVGProps<SVGFEImageElement>', but here has type 'SVGProps<SVGFEImageElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3066,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feMerge' must be of type 'SVGProps<SVGFEMergeElement>', but here has type 'SVGProps<SVGFEMergeElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3067,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feMergeNode' must be of type 'SVGProps<SVGFEMergeNodeElement>', but here has type 'SVGProps<SVGFEMergeNodeElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3068,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feMorphology' must be of type 'SVGProps<SVGFEMorphologyElement>', but here has type 'SVGProps<SVGFEMorphologyElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3069,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feOffset' must be of type 'SVGProps<SVGFEOffsetElement>', but here has type 'SVGProps<SVGFEOffsetElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3070,13):
TS2717: Subsequent property declarations must have the same type.  Property 'fePointLight' must be of type 'SVGProps<SVGFEPointLightElement>', but here has type 'SVGProps<SVGFEPointLightElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3071,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feSpecularLighting' must be of type 'SVGProps<SVGFESpecularLightingElement>', but here has type 'SVGProps<SVGFESpecularLightingElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3072,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feSpotLight' must be of type 'SVGProps<SVGFESpotLightElement>', but here has type 'SVGProps<SVGFESpotLightElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3073,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feTile' must be of type 'SVGProps<SVGFETileElement>', but here has type 'SVGProps<SVGFETileElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3074,13):
TS2717: Subsequent property declarations must have the same type.  Property 'feTurbulence' must be of type 'SVGProps<SVGFETurbulenceElement>', but here has type 'SVGProps<SVGFETurbulenceElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3075,13):
TS2717: Subsequent property declarations must have the same type.  Property 'filter' must be of type 'SVGProps<SVGFilterElement>', but here has type 'SVGProps<SVGFilterElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3076,13):
TS2717: Subsequent property declarations must have the same type.  Property 'foreignObject' must be of type 'SVGProps<SVGForeignObjectElement>', but here has type 'SVGProps<SVGForeignObjectElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3077,13):
TS2717: Subsequent property declarations must have the same type.  Property 'g' must be of type 'SVGProps<SVGGElement>', but here has type 'SVGProps<SVGGElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3078,13):
TS2717: Subsequent property declarations must have the same type.  Property 'image' must be of type 'SVGProps<SVGImageElement>', but here has type 'SVGProps<SVGImageElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3079,13):
TS2717: Subsequent property declarations must have the same type.  Property 'line' must be of type 'SVGProps<SVGLineElement>', but here has type 'SVGProps<SVGLineElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3080,13):
TS2717: Subsequent property declarations must have the same type.  Property 'linearGradient' must be of type 'SVGProps<SVGLinearGradientElement>', but here has type 'SVGProps<SVGLinearGradientElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3081,13):
TS2717: Subsequent property declarations must have the same type.  Property 'marker' must be of type 'SVGProps<SVGMarkerElement>', but here has type 'SVGProps<SVGMarkerElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3082,13):
TS2717: Subsequent property declarations must have the same type.  Property 'mask' must be of type 'SVGProps<SVGMaskElement>', but here has type 'SVGProps<SVGMaskElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3083,13):
TS2717: Subsequent property declarations must have the same type.  Property 'metadata' must be of type 'SVGProps<SVGMetadataElement>', but here has type 'SVGProps<SVGMetadataElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3084,13):
TS2717: Subsequent property declarations must have the same type.  Property 'mpath' must be of type 'SVGProps<SVGElement>', but here has type 'SVGProps<SVGElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3085,13):
TS2717: Subsequent property declarations must have the same type.  Property 'path' must be of type 'SVGProps<SVGPathElement>', but here has type 'SVGProps<SVGPathElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3086,13):
TS2717: Subsequent property declarations must have the same type.  Property 'pattern' must be of type 'SVGProps<SVGPatternElement>', but here has type 'SVGProps<SVGPatternElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3087,13):
TS2717: Subsequent property declarations must have the same type.  Property 'polygon' must be of type 'SVGProps<SVGPolygonElement>', but here has type 'SVGProps<SVGPolygonElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3088,13):
TS2717: Subsequent property declarations must have the same type.  Property 'polyline' must be of type 'SVGProps<SVGPolylineElement>', but here has type 'SVGProps<SVGPolylineElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3089,13):
TS2717: Subsequent property declarations must have the same type.  Property 'radialGradient' must be of type 'SVGProps<SVGRadialGradientElement>', but here has type 'SVGProps<SVGRadialGradientElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3090,13):
TS2717: Subsequent property declarations must have the same type.  Property 'rect' must be of type 'SVGProps<SVGRectElement>', but here has type 'SVGProps<SVGRectElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3091,13):
TS2717: Subsequent property declarations must have the same type.  Property 'stop' must be of type 'SVGProps<SVGStopElement>', but here has type 'SVGProps<SVGStopElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3092,13):
TS2717: Subsequent property declarations must have the same type.  Property 'switch' must be of type 'SVGProps<SVGSwitchElement>', but here has type 'SVGProps<SVGSwitchElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3093,13):
TS2717: Subsequent property declarations must have the same type.  Property 'symbol' must be of type 'SVGProps<SVGSymbolElement>', but here has type 'SVGProps<SVGSymbolElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3094,13):
TS2717: Subsequent property declarations must have the same type.  Property 'text' must be of type 'SVGProps<SVGTextElement>', but here has type 'SVGProps<SVGTextElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3095,13):
TS2717: Subsequent property declarations must have the same type.  Property 'textPath' must be of type 'SVGProps<SVGTextPathElement>', but here has type 'SVGProps<SVGTextPathElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3096,13):
TS2717: Subsequent property declarations must have the same type.  Property 'tspan' must be of type 'SVGProps<SVGTSpanElement>', but here has type 'SVGProps<SVGTSpanElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3097,13):
TS2717: Subsequent property declarations must have the same type.  Property 'use' must be of type 'SVGProps<SVGUseElement>', but here has type 'SVGProps<SVGUseElement>'.
ERROR in /Users/leo/Project/js/react-nodegui-starter/node_modules/@types/react/index.d.ts(3098,13):
TS2717: Subsequent property declarations must have the same type.  Property 'view' must be of type 'SVGProps<SVGViewElement>', but here has type 'SVGProps<SVGViewElement>'.
Version: typescript 3.8.2
Time: 6879ms
@Solant
Copy link
Contributor

Solant commented Feb 28, 2020

looks like something related to yarn module version resolution
https://stackoverflow.com/questions/52399839/duplicate-identifier-librarymanagedattributes
for now, you can either use npm or add resolution field for @types/react, as in the example above

@leopku
Copy link
Author

leopku commented Mar 1, 2020

@Solant Works fine. Thanks a lot.

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

No branches or pull requests

2 participants