Guest User

uwazi $ yarn hot

a guest
May 19th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /uwazi$ yarn hot
  2.  
  3. yarn run v1.22.4
  4. $ export HOT=true; export BABEL_ENV=debug; npm run watch-types & npm run dev-server & npm run webpack-server
  5.  
  6. > uwazi@1.4.1 watch-types /home/m98jk/Desktop/projects/uwzi/uwazi
  7. > tsc --noEmit --pretty --watch --preserveWatchOutput
  8.  
  9.  
  10. > uwazi@1.4.1 webpack-server /home/m98jk/Desktop/projects/uwzi/uwazi
  11. > node ./webpack/webpack.server.js
  12.  
  13.  
  14. > uwazi@1.4.1 dev-server /home/m98jk/Desktop/projects/uwzi/uwazi
  15. > nodemon ./server.js --ignore 'app/dist/*' --watch 'app/api' --watch 'app/shared' --ext 'ts js tsx'
  16.  
  17. [10:25:06 AM] Starting compilation in watch mode...
  18.  
  19. [nodemon] 1.17.2
  20. [nodemon] to restart at any time, enter `rs`
  21. [nodemon] watching: /home/m98jk/Desktop/projects/uwzi/uwazi/app/api/**/* /home/m98jk/Desktop/projects/uwzi/uwazi/app/shared/**/*
  22. [nodemon] starting `node ./server.js`
  23. clean-webpack-plugin: /home/m98jk/Desktop/projects/uwzi/uwazi/dist/* has been removed.
  24. ==> Connecting to mongodb://localhost/uwazi_development
  25. 2020-05-19T07:26:43.446Z [localhost]
  26. uncaught exception or unhandled rejection, Node process finished !!
  27.  Error: connect ECONNREFUSED 127.0.0.1:27017
  28.     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1107:14)
  29. [nodemon] app crashed - waiting for file changes before starting...
  30. app/api/auth2fa/routes.ts:24:5 - error TS2345: Argument of type '(req: Request<ParamsDictionary>, res: Response, next: NextFunction) => void | Response' is not assignable to parameter of type 'Middleware'.
  31.   Types of parameters 'req' and 'req' are incompatible.
  32.     Type '{ user: User; body: any; }' is missing the following properties from type 'Request<ParamsDictionary>': get, header, accepts, acceptsCharsets, and 76 more.
  33.  
  34. 24     needsAuthorization(['admin', 'editor']),
  35.        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  36.  
  37. app/api/auth2fa/routes.ts:26:12 - error TS7006: Parameter 'req' implicitly has an 'any' type.
  38.  
  39. 26     async (req, res, next) => {
  40.               ~~~
  41.  
  42. app/api/auth2fa/routes.ts:26:17 - error TS7006: Parameter 'res' implicitly has an 'any' type.
  43.  
  44. 26     async (req, res, next) => {
  45.                    ~~~
  46.  
  47. app/api/auth2fa/routes.ts:26:22 - error TS7006: Parameter 'next' implicitly has an 'any' type.
  48.  
  49. 26     async (req, res, next) => {
  50.                         ~~~~
  51.  
  52. app/api/auth2fa/routes.ts:38:5 - error TS2345: Argument of type '(req: Request<ParamsDictionary>, res: Response, next: NextFunction) => void | Response' is not assignable to parameter of type 'Middleware'.
  53.  
  54. 38     needsAuthorization(['admin', 'editor']),
  55.        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  56.  
  57. app/api/auth2fa/routes.ts:44:12 - error TS7006: Parameter 'req' implicitly has an 'any' type.
  58.  
  59. 44     async (req, res, next) => {
  60.               ~~~
  61.  
  62. app/api/auth2fa/routes.ts:44:17 - error TS7006: Parameter 'res' implicitly has an 'any' type.
  63.  
  64. 44     async (req, res, next) => {
  65.                    ~~~
  66.  
  67. app/api/auth2fa/routes.ts:44:22 - error TS7006: Parameter 'next' implicitly has an 'any' type.
  68.  
  69. 44     async (req, res, next) => {
  70.                         ~~~~
  71.  
  72. app/api/auth2fa/routes.ts:56:5 - error TS2345: Argument of type '(req: Request<ParamsDictionary>, res: Response, next: NextFunction) => void | Response' is not assignable to parameter of type 'Middleware'.
  73.  
  74. 56     needsAuthorization(['admin']),
  75.        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  76.  
  77. app/api/auth2fa/routes.ts:67:12 - error TS7006: Parameter 'req' implicitly has an 'any' type.
  78.  
  79. 67     async (req, res, next) => {
  80.               ~~~
  81.  
  82. app/api/auth2fa/routes.ts:67:17 - error TS7006: Parameter 'res' implicitly has an 'any' type.
  83.  
  84. 67     async (req, res, next) => {
  85.                    ~~~
  86.  
  87. app/api/auth2fa/routes.ts:67:22 - error TS7006: Parameter 'next' implicitly has an 'any' type.
  88.  
  89. 67     async (req, res, next) => {
  90.                         ~~~~
  91.  
  92. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2955:14 - error TS2300: Duplicate identifier 'LibraryManagedAttributes'.
  93.  
  94. 2955         type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
  95.                   ~~~~~~~~~~~~~~~~~~~~~~~~
  96.  
  97.   node_modules/@types/react/index.d.ts:2820:14
  98.     2820         type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
  99.                       ~~~~~~~~~~~~~~~~~~~~~~~~
  100.     'LibraryManagedAttributes' was also declared here.
  101.  
  102. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2968:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'a' must be of type 'DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>', but here has type 'DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>'.
  103.  
  104. 2968             a: React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
  105.                  ~
  106.  
  107.   node_modules/@types/react/index.d.ts:2833:13
  108.     2833             a: React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
  109.                      ~
  110.     'a' was also declared here.
  111.  
  112. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2969:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'abbr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  113.  
  114. 2969             abbr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  115.                  ~~~~
  116.  
  117.   node_modules/@types/react/index.d.ts:2834:13
  118.     2834             abbr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  119.                      ~~~~
  120.     'abbr' was also declared here.
  121.  
  122. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2970:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'address' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  123.  
  124. 2970             address: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  125.                  ~~~~~~~
  126.  
  127.   node_modules/@types/react/index.d.ts:2835:13
  128.     2835             address: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  129.                      ~~~~~~~
  130.     'address' was also declared here.
  131.  
  132. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2971:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'area' must be of type 'DetailedHTMLProps<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>', but here has type 'DetailedHTMLProps<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>'.
  133.  
  134. 2971             area: React.DetailedHTMLProps<React.AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>;
  135.                  ~~~~
  136.  
  137.   node_modules/@types/react/index.d.ts:2836:13
  138.     2836             area: React.DetailedHTMLProps<React.AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>;
  139.                      ~~~~
  140.     'area' was also declared here.
  141.  
  142. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2972:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'article' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  143.  
  144. 2972             article: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  145.                  ~~~~~~~
  146.  
  147.   node_modules/@types/react/index.d.ts:2837:13
  148.     2837             article: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  149.                      ~~~~~~~
  150.     'article' was also declared here.
  151.  
  152. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2973:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'aside' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  153.  
  154. 2973             aside: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  155.                  ~~~~~
  156.  
  157.   node_modules/@types/react/index.d.ts:2838:13
  158.     2838             aside: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  159.                      ~~~~~
  160.     'aside' was also declared here.
  161.  
  162. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2974:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'audio' must be of type 'DetailedHTMLProps<AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>', but here has type 'DetailedHTMLProps<AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>'.
  163.  
  164. 2974             audio: React.DetailedHTMLProps<React.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>;
  165.                  ~~~~~
  166.  
  167.   node_modules/@types/react/index.d.ts:2839:13
  168.     2839             audio: React.DetailedHTMLProps<React.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>;
  169.                      ~~~~~
  170.     'audio' was also declared here.
  171.  
  172. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2975:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'b' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  173.  
  174. 2975             b: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  175.                  ~
  176.  
  177.   node_modules/@types/react/index.d.ts:2840:13
  178.     2840             b: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  179.                      ~
  180.     'b' was also declared here.
  181.  
  182. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2976:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'base' must be of type 'DetailedHTMLProps<BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>', but here has type 'DetailedHTMLProps<BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>'.
  183.  
  184. 2976             base: React.DetailedHTMLProps<React.BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>;
  185.                  ~~~~
  186.  
  187.   node_modules/@types/react/index.d.ts:2841:13
  188.     2841             base: React.DetailedHTMLProps<React.BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>;
  189.                      ~~~~
  190.     'base' was also declared here.
  191.  
  192. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2977:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'bdi' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  193.  
  194. 2977             bdi: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  195.                  ~~~
  196.  
  197.   node_modules/@types/react/index.d.ts:2842:13
  198.     2842             bdi: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  199.                      ~~~
  200.     'bdi' was also declared here.
  201.  
  202. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2978:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'bdo' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  203.  
  204. 2978             bdo: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  205.                  ~~~
  206.  
  207.   node_modules/@types/react/index.d.ts:2843:13
  208.     2843             bdo: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  209.                      ~~~
  210.     'bdo' was also declared here.
  211.  
  212. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2979:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'big' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  213.  
  214. 2979             big: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  215.                  ~~~
  216.  
  217.   node_modules/@types/react/index.d.ts:2844:13
  218.     2844             big: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  219.                      ~~~
  220.     'big' was also declared here.
  221.  
  222. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2980:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'blockquote' must be of type 'DetailedHTMLProps<BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>'.
  223.  
  224. 2980             blockquote: React.DetailedHTMLProps<React.BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>;
  225.                  ~~~~~~~~~~
  226.  
  227.   node_modules/@types/react/index.d.ts:2845:13
  228.     2845             blockquote: React.DetailedHTMLProps<React.BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>;
  229.                      ~~~~~~~~~~
  230.     'blockquote' was also declared here.
  231.  
  232. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2981:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'body' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>'.
  233.  
  234. 2981             body: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>;
  235.                  ~~~~
  236.  
  237.   node_modules/@types/react/index.d.ts:2846:13
  238.     2846             body: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>;
  239.                      ~~~~
  240.     'body' was also declared here.
  241.  
  242. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2982:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'br' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLBRElement>, HTMLBRElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLBRElement>, HTMLBRElement>'.
  243.  
  244. 2982             br: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBRElement>, HTMLBRElement>;
  245.                  ~~
  246.  
  247.   node_modules/@types/react/index.d.ts:2847:13
  248.     2847             br: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBRElement>, HTMLBRElement>;
  249.                      ~~
  250.     'br' was also declared here.
  251.  
  252. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2983:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'button' must be of type 'DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>', but here has type 'DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>'.
  253.  
  254. 2983             button: React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
  255.                  ~~~~~~
  256.  
  257.   node_modules/@types/react/index.d.ts:2848:13
  258.     2848             button: React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
  259.                      ~~~~~~
  260.     'button' was also declared here.
  261.  
  262. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2984:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'canvas' must be of type 'DetailedHTMLProps<CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>', but here has type 'DetailedHTMLProps<CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>'.
  263.  
  264. 2984             canvas: React.DetailedHTMLProps<React.CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>;
  265.                  ~~~~~~
  266.  
  267.   node_modules/@types/react/index.d.ts:2849:13
  268.     2849             canvas: React.DetailedHTMLProps<React.CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>;
  269.                      ~~~~~~
  270.     'canvas' was also declared here.
  271.  
  272. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2985:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'caption' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  273.  
  274. 2985             caption: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  275.                  ~~~~~~~
  276.  
  277.   node_modules/@types/react/index.d.ts:2850:13
  278.     2850             caption: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  279.                      ~~~~~~~
  280.     'caption' was also declared here.
  281.  
  282. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2986:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'cite' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  283.  
  284. 2986             cite: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  285.                  ~~~~
  286.  
  287.   node_modules/@types/react/index.d.ts:2851:13
  288.     2851             cite: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  289.                      ~~~~
  290.     'cite' was also declared here.
  291.  
  292. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2987:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'code' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  293.  
  294. 2987             code: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  295.                  ~~~~
  296.  
  297.   node_modules/@types/react/index.d.ts:2852:13
  298.     2852             code: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  299.                      ~~~~
  300.     'code' was also declared here.
  301.  
  302. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2988:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'col' must be of type 'DetailedHTMLProps<ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>', but here has type 'DetailedHTMLProps<ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>'.
  303.  
  304. 2988             col: React.DetailedHTMLProps<React.ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
  305.                  ~~~
  306.  
  307.   node_modules/@types/react/index.d.ts:2853:13
  308.     2853             col: React.DetailedHTMLProps<React.ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
  309.                      ~~~
  310.     'col' was also declared here.
  311.  
  312. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2989:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'colgroup' must be of type 'DetailedHTMLProps<ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>', but here has type 'DetailedHTMLProps<ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>'.
  313.  
  314. 2989             colgroup: React.DetailedHTMLProps<React.ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
  315.                  ~~~~~~~~
  316.  
  317.   node_modules/@types/react/index.d.ts:2854:13
  318.     2854             colgroup: React.DetailedHTMLProps<React.ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
  319.                      ~~~~~~~~
  320.     'colgroup' was also declared here.
  321.  
  322. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2990:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'data' must be of type 'DetailedHTMLProps<DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>', but here has type 'DetailedHTMLProps<DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>'.
  323.  
  324. 2990             data: React.DetailedHTMLProps<React.DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>;
  325.                  ~~~~
  326.  
  327.   node_modules/@types/react/index.d.ts:2855:13
  328.     2855             data: React.DetailedHTMLProps<React.DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>;
  329.                      ~~~~
  330.     'data' was also declared here.
  331.  
  332. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2991:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'datalist' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>'.
  333.  
  334. 2991             datalist: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>;
  335.                  ~~~~~~~~
  336.  
  337.   node_modules/@types/react/index.d.ts:2856:13
  338.     2856             datalist: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>;
  339.                      ~~~~~~~~
  340.     'datalist' was also declared here.
  341.  
  342. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2992:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'dd' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  343.  
  344. 2992             dd: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  345.                  ~~
  346.  
  347.   node_modules/@types/react/index.d.ts:2857:13
  348.     2857             dd: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  349.                      ~~
  350.     'dd' was also declared here.
  351.  
  352. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2993:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'del' must be of type 'DetailedHTMLProps<DelHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<DelHTMLAttributes<HTMLElement>, HTMLElement>'.
  353.  
  354. 2993             del: React.DetailedHTMLProps<React.DelHTMLAttributes<HTMLElement>, HTMLElement>;
  355.                  ~~~
  356.  
  357.   node_modules/@types/react/index.d.ts:2858:13
  358.     2858             del: React.DetailedHTMLProps<React.DelHTMLAttributes<HTMLElement>, HTMLElement>;
  359.                      ~~~
  360.     'del' was also declared here.
  361.  
  362. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2994:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'details' must be of type 'DetailedHTMLProps<DetailsHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<DetailsHTMLAttributes<HTMLElement>, HTMLElement>'.
  363.  
  364. 2994             details: React.DetailedHTMLProps<React.DetailsHTMLAttributes<HTMLElement>, HTMLElement>;
  365.                  ~~~~~~~
  366.  
  367.   node_modules/@types/react/index.d.ts:2859:13
  368.     2859             details: React.DetailedHTMLProps<React.DetailsHTMLAttributes<HTMLElement>, HTMLElement>;
  369.                      ~~~~~~~
  370.     'details' was also declared here.
  371.  
  372. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2995:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'dfn' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  373.  
  374. 2995             dfn: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  375.                  ~~~
  376.  
  377.   node_modules/@types/react/index.d.ts:2860:13
  378.     2860             dfn: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  379.                      ~~~
  380.     'dfn' was also declared here.
  381.  
  382. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2996:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'dialog' must be of type 'DetailedHTMLProps<DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>', but here has type 'DetailedHTMLProps<DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>'.
  383.  
  384. 2996             dialog: React.DetailedHTMLProps<React.DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>;
  385.                  ~~~~~~
  386.  
  387.   node_modules/@types/react/index.d.ts:2861:13
  388.     2861             dialog: React.DetailedHTMLProps<React.DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>;
  389.                      ~~~~~~
  390.     'dialog' was also declared here.
  391.  
  392. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2997:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'div' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
  393.  
  394. 2997             div: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
  395.                  ~~~
  396.  
  397.   node_modules/@types/react/index.d.ts:2862:13
  398.     2862             div: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
  399.                      ~~~
  400.     'div' was also declared here.
  401.  
  402. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2998:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'dl' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLDListElement>, HTMLDListElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLDListElement>, HTMLDListElement>'.
  403.  
  404. 2998             dl: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDListElement>, HTMLDListElement>;
  405.                  ~~
  406.  
  407.   node_modules/@types/react/index.d.ts:2863:13
  408.     2863             dl: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDListElement>, HTMLDListElement>;
  409.                      ~~
  410.     'dl' was also declared here.
  411.  
  412. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2999:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'dt' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  413.  
  414. 2999             dt: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  415.                  ~~
  416.  
  417.   node_modules/@types/react/index.d.ts:2864:13
  418.     2864             dt: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  419.                      ~~
  420.     'dt' was also declared here.
  421.  
  422. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3000:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'em' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  423.  
  424. 3000             em: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  425.                  ~~
  426.  
  427.   node_modules/@types/react/index.d.ts:2865:13
  428.     2865             em: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  429.                      ~~
  430.     'em' was also declared here.
  431.  
  432. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3001:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'embed' must be of type 'DetailedHTMLProps<EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>', but here has type 'DetailedHTMLProps<EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>'.
  433.  
  434. 3001             embed: React.DetailedHTMLProps<React.EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>;
  435.                  ~~~~~
  436.  
  437.   node_modules/@types/react/index.d.ts:2866:13
  438.     2866             embed: React.DetailedHTMLProps<React.EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>;
  439.                      ~~~~~
  440.     'embed' was also declared here.
  441.  
  442. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3002:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'fieldset' must be of type 'DetailedHTMLProps<FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>', but here has type 'DetailedHTMLProps<FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>'.
  443.  
  444. 3002             fieldset: React.DetailedHTMLProps<React.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>;
  445.                  ~~~~~~~~
  446.  
  447.   node_modules/@types/react/index.d.ts:2867:13
  448.     2867             fieldset: React.DetailedHTMLProps<React.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>;
  449.                      ~~~~~~~~
  450.     'fieldset' was also declared here.
  451.  
  452. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3003:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'figcaption' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  453.  
  454. 3003             figcaption: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  455.                  ~~~~~~~~~~
  456.  
  457.   node_modules/@types/react/index.d.ts:2868:13
  458.     2868             figcaption: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  459.                      ~~~~~~~~~~
  460.     'figcaption' was also declared here.
  461.  
  462. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3004:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'figure' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  463.  
  464. 3004             figure: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  465.                  ~~~~~~
  466.  
  467.   node_modules/@types/react/index.d.ts:2869:13
  468.     2869             figure: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  469.                      ~~~~~~
  470.     'figure' was also declared here.
  471.  
  472. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3005:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'footer' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  473.  
  474. 3005             footer: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  475.                  ~~~~~~
  476.  
  477.   node_modules/@types/react/index.d.ts:2870:13
  478.     2870             footer: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  479.                      ~~~~~~
  480.     'footer' was also declared here.
  481.  
  482. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3006:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'form' must be of type 'DetailedHTMLProps<FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>', but here has type 'DetailedHTMLProps<FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>'.
  483.  
  484. 3006             form: React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>;
  485.                  ~~~~
  486.  
  487.   node_modules/@types/react/index.d.ts:2871:13
  488.     2871             form: React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>;
  489.                      ~~~~
  490.     'form' was also declared here.
  491.  
  492. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3007:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'h1' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.
  493.  
  494. 3007             h1: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
  495.                  ~~
  496.  
  497.   node_modules/@types/react/index.d.ts:2872:13
  498.     2872             h1: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
  499.                      ~~
  500.     'h1' was also declared here.
  501.  
  502. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3008:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'h2' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.
  503.  
  504. 3008             h2: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
  505.                  ~~
  506.  
  507.   node_modules/@types/react/index.d.ts:2873:13
  508.     2873             h2: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
  509.                      ~~
  510.     'h2' was also declared here.
  511.  
  512. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3009:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'h3' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.
  513.  
  514. 3009             h3: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
  515.                  ~~
  516.  
  517.   node_modules/@types/react/index.d.ts:2874:13
  518.     2874             h3: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
  519.                      ~~
  520.     'h3' was also declared here.
  521.  
  522. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3010:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'h4' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.
  523.  
  524. 3010             h4: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
  525.                  ~~
  526.  
  527.   node_modules/@types/react/index.d.ts:2875:13
  528.     2875             h4: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
  529.                      ~~
  530.     'h4' was also declared here.
  531.  
  532. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3011:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'h5' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.
  533.  
  534. 3011             h5: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
  535.                  ~~
  536.  
  537.   node_modules/@types/react/index.d.ts:2876:13
  538.     2876             h5: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
  539.                      ~~
  540.     'h5' was also declared here.
  541.  
  542. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3012:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'h6' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.
  543.  
  544. 3012             h6: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
  545.                  ~~
  546.  
  547.   node_modules/@types/react/index.d.ts:2877:13
  548.     2877             h6: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
  549.                      ~~
  550.     'h6' was also declared here.
  551.  
  552. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3013:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'head' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>'.
  553.  
  554. 3013             head: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>;
  555.                  ~~~~
  556.  
  557.   node_modules/@types/react/index.d.ts:2878:13
  558.     2878             head: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>;
  559.                      ~~~~
  560.     'head' was also declared here.
  561.  
  562. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3014:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'header' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  563.  
  564. 3014             header: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  565.                  ~~~~~~
  566.  
  567.   node_modules/@types/react/index.d.ts:2879:13
  568.     2879             header: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  569.                      ~~~~~~
  570.     'header' was also declared here.
  571.  
  572. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3015:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'hgroup' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  573.  
  574. 3015             hgroup: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  575.                  ~~~~~~
  576.  
  577.   node_modules/@types/react/index.d.ts:2880:13
  578.     2880             hgroup: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  579.                      ~~~~~~
  580.     'hgroup' was also declared here.
  581.  
  582. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3016:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'hr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHRElement>, HTMLHRElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHRElement>, HTMLHRElement>'.
  583.  
  584. 3016             hr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHRElement>, HTMLHRElement>;
  585.                  ~~
  586.  
  587.   node_modules/@types/react/index.d.ts:2881:13
  588.     2881             hr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHRElement>, HTMLHRElement>;
  589.                      ~~
  590.     'hr' was also declared here.
  591.  
  592. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3017:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'html' must be of type 'DetailedHTMLProps<HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>', but here has type 'DetailedHTMLProps<HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>'.
  593.  
  594. 3017             html: React.DetailedHTMLProps<React.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>;
  595.                  ~~~~
  596.  
  597.   node_modules/@types/react/index.d.ts:2882:13
  598.     2882             html: React.DetailedHTMLProps<React.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>;
  599.                      ~~~~
  600.     'html' was also declared here.
  601.  
  602. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3018:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'i' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  603.  
  604. 3018             i: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  605.                  ~
  606.  
  607.   node_modules/@types/react/index.d.ts:2883:13
  608.     2883             i: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  609.                      ~
  610.     'i' was also declared here.
  611.  
  612. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3019:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'iframe' must be of type 'DetailedHTMLProps<IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>', but here has type 'DetailedHTMLProps<IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>'.
  613.  
  614. 3019             iframe: React.DetailedHTMLProps<React.IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>;
  615.                  ~~~~~~
  616.  
  617.   node_modules/@types/react/index.d.ts:2884:13
  618.     2884             iframe: React.DetailedHTMLProps<React.IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>;
  619.                      ~~~~~~
  620.     'iframe' was also declared here.
  621.  
  622. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3020:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'img' must be of type 'DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>', but here has type 'DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>'.
  623.  
  624. 3020             img: React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>;
  625.                  ~~~
  626.  
  627.   node_modules/@types/react/index.d.ts:2885:13
  628.     2885             img: React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>;
  629.                      ~~~
  630.     'img' was also declared here.
  631.  
  632. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3021:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'input' must be of type 'DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>', but here has type 'DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>'.
  633.  
  634. 3021             input: React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
  635.                  ~~~~~
  636.  
  637.   node_modules/@types/react/index.d.ts:2886:13
  638.     2886             input: React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
  639.                      ~~~~~
  640.     'input' was also declared here.
  641.  
  642. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3022:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'ins' must be of type 'DetailedHTMLProps<InsHTMLAttributes<HTMLModElement>, HTMLModElement>', but here has type 'DetailedHTMLProps<InsHTMLAttributes<HTMLModElement>, HTMLModElement>'.
  643.  
  644. 3022             ins: React.DetailedHTMLProps<React.InsHTMLAttributes<HTMLModElement>, HTMLModElement>;
  645.                  ~~~
  646.  
  647.   node_modules/@types/react/index.d.ts:2887:13
  648.     2887             ins: React.DetailedHTMLProps<React.InsHTMLAttributes<HTMLModElement>, HTMLModElement>;
  649.                      ~~~
  650.     'ins' was also declared here.
  651.  
  652. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3023:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'kbd' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  653.  
  654. 3023             kbd: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  655.                  ~~~
  656.  
  657.   node_modules/@types/react/index.d.ts:2888:13
  658.     2888             kbd: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  659.                      ~~~
  660.     'kbd' was also declared here.
  661.  
  662. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3024:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'keygen' must be of type 'DetailedHTMLProps<KeygenHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<KeygenHTMLAttributes<HTMLElement>, HTMLElement>'.
  663.  
  664. 3024             keygen: React.DetailedHTMLProps<React.KeygenHTMLAttributes<HTMLElement>, HTMLElement>;
  665.                  ~~~~~~
  666.  
  667.   node_modules/@types/react/index.d.ts:2889:13
  668.     2889             keygen: React.DetailedHTMLProps<React.KeygenHTMLAttributes<HTMLElement>, HTMLElement>;
  669.                      ~~~~~~
  670.     'keygen' was also declared here.
  671.  
  672. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3025:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'label' must be of type 'DetailedHTMLProps<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>', but here has type 'DetailedHTMLProps<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>'.
  673.  
  674. 3025             label: React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>;
  675.                  ~~~~~
  676.  
  677.   node_modules/@types/react/index.d.ts:2890:13
  678.     2890             label: React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>;
  679.                      ~~~~~
  680.     'label' was also declared here.
  681.  
  682. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3026:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'legend' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>'.
  683.  
  684. 3026             legend: React.DetailedHTMLProps<React.HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>;
  685.                  ~~~~~~
  686.  
  687.   node_modules/@types/react/index.d.ts:2891:13
  688.     2891             legend: React.DetailedHTMLProps<React.HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>;
  689.                      ~~~~~~
  690.     'legend' was also declared here.
  691.  
  692. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3027:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'li' must be of type 'DetailedHTMLProps<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>', but here has type 'DetailedHTMLProps<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>'.
  693.  
  694. 3027             li: React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>;
  695.                  ~~
  696.  
  697.   node_modules/@types/react/index.d.ts:2892:13
  698.     2892             li: React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>;
  699.                      ~~
  700.     'li' was also declared here.
  701.  
  702. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3028:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'link' must be of type 'DetailedHTMLProps<LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>', but here has type 'DetailedHTMLProps<LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>'.
  703.  
  704. 3028             link: React.DetailedHTMLProps<React.LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>;
  705.                  ~~~~
  706.  
  707.   node_modules/@types/react/index.d.ts:2893:13
  708.     2893             link: React.DetailedHTMLProps<React.LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>;
  709.                      ~~~~
  710.     'link' was also declared here.
  711.  
  712. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3029:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'main' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  713.  
  714. 3029             main: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  715.                  ~~~~
  716.  
  717.   node_modules/@types/react/index.d.ts:2894:13
  718.     2894             main: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  719.                      ~~~~
  720.     'main' was also declared here.
  721.  
  722. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3030:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'map' must be of type 'DetailedHTMLProps<MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>', but here has type 'DetailedHTMLProps<MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>'.
  723.  
  724. 3030             map: React.DetailedHTMLProps<React.MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>;
  725.                  ~~~
  726.  
  727.   node_modules/@types/react/index.d.ts:2895:13
  728.     2895             map: React.DetailedHTMLProps<React.MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>;
  729.                      ~~~
  730.     'map' was also declared here.
  731.  
  732. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3031:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'mark' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  733.  
  734. 3031             mark: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  735.                  ~~~~
  736.  
  737.   node_modules/@types/react/index.d.ts:2896:13
  738.     2896             mark: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  739.                      ~~~~
  740.     'mark' was also declared here.
  741.  
  742. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3032:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'menu' must be of type 'DetailedHTMLProps<MenuHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<MenuHTMLAttributes<HTMLElement>, HTMLElement>'.
  743.  
  744. 3032             menu: React.DetailedHTMLProps<React.MenuHTMLAttributes<HTMLElement>, HTMLElement>;
  745.                  ~~~~
  746.  
  747.   node_modules/@types/react/index.d.ts:2897:13
  748.     2897             menu: React.DetailedHTMLProps<React.MenuHTMLAttributes<HTMLElement>, HTMLElement>;
  749.                      ~~~~
  750.     'menu' was also declared here.
  751.  
  752. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3033:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'menuitem' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  753.  
  754. 3033             menuitem: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  755.                  ~~~~~~~~
  756.  
  757.   node_modules/@types/react/index.d.ts:2898:13
  758.     2898             menuitem: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  759.                      ~~~~~~~~
  760.     'menuitem' was also declared here.
  761.  
  762. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3034:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'meta' must be of type 'DetailedHTMLProps<MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>', but here has type 'DetailedHTMLProps<MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>'.
  763.  
  764. 3034             meta: React.DetailedHTMLProps<React.MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>;
  765.                  ~~~~
  766.  
  767.   node_modules/@types/react/index.d.ts:2899:13
  768.     2899             meta: React.DetailedHTMLProps<React.MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>;
  769.                      ~~~~
  770.     'meta' was also declared here.
  771.  
  772. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3035:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'meter' must be of type 'DetailedHTMLProps<MeterHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<MeterHTMLAttributes<HTMLElement>, HTMLElement>'.
  773.  
  774. 3035             meter: React.DetailedHTMLProps<React.MeterHTMLAttributes<HTMLElement>, HTMLElement>;
  775.                  ~~~~~
  776.  
  777.   node_modules/@types/react/index.d.ts:2900:13
  778.     2900             meter: React.DetailedHTMLProps<React.MeterHTMLAttributes<HTMLElement>, HTMLElement>;
  779.                      ~~~~~
  780.     'meter' was also declared here.
  781.  
  782. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3036:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'nav' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  783.  
  784. 3036             nav: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  785.                  ~~~
  786.  
  787.   node_modules/@types/react/index.d.ts:2901:13
  788.     2901             nav: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  789.                      ~~~
  790.     'nav' was also declared here.
  791.  
  792. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3037:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'noindex' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  793.  
  794. 3037             noindex: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  795.                  ~~~~~~~
  796.  
  797.   node_modules/@types/react/index.d.ts:2902:13
  798.     2902             noindex: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  799.                      ~~~~~~~
  800.     'noindex' was also declared here.
  801.  
  802. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3038:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'noscript' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  803.  
  804. 3038             noscript: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  805.                  ~~~~~~~~
  806.  
  807.   node_modules/@types/react/index.d.ts:2903:13
  808.     2903             noscript: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  809.                      ~~~~~~~~
  810.     'noscript' was also declared here.
  811.  
  812. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3039:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'object' must be of type 'DetailedHTMLProps<ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>', but here has type 'DetailedHTMLProps<ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>'.
  813.  
  814. 3039             object: React.DetailedHTMLProps<React.ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>;
  815.                  ~~~~~~
  816.  
  817.   node_modules/@types/react/index.d.ts:2904:13
  818.     2904             object: React.DetailedHTMLProps<React.ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>;
  819.                      ~~~~~~
  820.     'object' was also declared here.
  821.  
  822. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3040:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'ol' must be of type 'DetailedHTMLProps<OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>', but here has type 'DetailedHTMLProps<OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>'.
  823.  
  824. 3040             ol: React.DetailedHTMLProps<React.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>;
  825.                  ~~
  826.  
  827.   node_modules/@types/react/index.d.ts:2905:13
  828.     2905             ol: React.DetailedHTMLProps<React.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>;
  829.                      ~~
  830.     'ol' was also declared here.
  831.  
  832. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3041:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'optgroup' must be of type 'DetailedHTMLProps<OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>', but here has type 'DetailedHTMLProps<OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>'.
  833.  
  834. 3041             optgroup: React.DetailedHTMLProps<React.OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>;
  835.                  ~~~~~~~~
  836.  
  837.   node_modules/@types/react/index.d.ts:2906:13
  838.     2906             optgroup: React.DetailedHTMLProps<React.OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>;
  839.                      ~~~~~~~~
  840.     'optgroup' was also declared here.
  841.  
  842. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3042:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'option' must be of type 'DetailedHTMLProps<OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>', but here has type 'DetailedHTMLProps<OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>'.
  843.  
  844. 3042             option: React.DetailedHTMLProps<React.OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>;
  845.                  ~~~~~~
  846.  
  847.   node_modules/@types/react/index.d.ts:2907:13
  848.     2907             option: React.DetailedHTMLProps<React.OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>;
  849.                      ~~~~~~
  850.     'option' was also declared here.
  851.  
  852. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3043:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'output' must be of type 'DetailedHTMLProps<OutputHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<OutputHTMLAttributes<HTMLElement>, HTMLElement>'.
  853.  
  854. 3043             output: React.DetailedHTMLProps<React.OutputHTMLAttributes<HTMLElement>, HTMLElement>;
  855.                  ~~~~~~
  856.  
  857.   node_modules/@types/react/index.d.ts:2908:13
  858.     2908             output: React.DetailedHTMLProps<React.OutputHTMLAttributes<HTMLElement>, HTMLElement>;
  859.                      ~~~~~~
  860.     'output' was also declared here.
  861.  
  862. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3044:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'p' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>'.
  863.  
  864. 3044             p: React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>;
  865.                  ~
  866.  
  867.   node_modules/@types/react/index.d.ts:2909:13
  868.     2909             p: React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>;
  869.                      ~
  870.     'p' was also declared here.
  871.  
  872. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3045:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'param' must be of type 'DetailedHTMLProps<ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>', but here has type 'DetailedHTMLProps<ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>'.
  873.  
  874. 3045             param: React.DetailedHTMLProps<React.ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>;
  875.                  ~~~~~
  876.  
  877.   node_modules/@types/react/index.d.ts:2910:13
  878.     2910             param: React.DetailedHTMLProps<React.ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>;
  879.                      ~~~~~
  880.     'param' was also declared here.
  881.  
  882. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3046:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'picture' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  883.  
  884. 3046             picture: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  885.                  ~~~~~~~
  886.  
  887.   node_modules/@types/react/index.d.ts:2911:13
  888.     2911             picture: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  889.                      ~~~~~~~
  890.     'picture' was also declared here.
  891.  
  892. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3047:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'pre' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLPreElement>, HTMLPreElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLPreElement>, HTMLPreElement>'.
  893.  
  894. 3047             pre: React.DetailedHTMLProps<React.HTMLAttributes<HTMLPreElement>, HTMLPreElement>;
  895.                  ~~~
  896.  
  897.   node_modules/@types/react/index.d.ts:2912:13
  898.     2912             pre: React.DetailedHTMLProps<React.HTMLAttributes<HTMLPreElement>, HTMLPreElement>;
  899.                      ~~~
  900.     'pre' was also declared here.
  901.  
  902. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3048:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'progress' must be of type 'DetailedHTMLProps<ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>', but here has type 'DetailedHTMLProps<ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>'.
  903.  
  904. 3048             progress: React.DetailedHTMLProps<React.ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>;
  905.                  ~~~~~~~~
  906.  
  907.   node_modules/@types/react/index.d.ts:2913:13
  908.     2913             progress: React.DetailedHTMLProps<React.ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>;
  909.                      ~~~~~~~~
  910.     'progress' was also declared here.
  911.  
  912. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3049:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'q' must be of type 'DetailedHTMLProps<QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>', but here has type 'DetailedHTMLProps<QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>'.
  913.  
  914. 3049             q: React.DetailedHTMLProps<React.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>;
  915.                  ~
  916.  
  917.   node_modules/@types/react/index.d.ts:2914:13
  918.     2914             q: React.DetailedHTMLProps<React.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>;
  919.                      ~
  920.     'q' was also declared here.
  921.  
  922. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3050:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'rp' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  923.  
  924. 3050             rp: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  925.                  ~~
  926.  
  927.   node_modules/@types/react/index.d.ts:2915:13
  928.     2915             rp: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  929.                      ~~
  930.     'rp' was also declared here.
  931.  
  932. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3051:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'rt' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  933.  
  934. 3051             rt: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  935.                  ~~
  936.  
  937.   node_modules/@types/react/index.d.ts:2916:13
  938.     2916             rt: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  939.                      ~~
  940.     'rt' was also declared here.
  941.  
  942. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3052:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'ruby' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  943.  
  944. 3052             ruby: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  945.                  ~~~~
  946.  
  947.   node_modules/@types/react/index.d.ts:2917:13
  948.     2917             ruby: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  949.                      ~~~~
  950.     'ruby' was also declared here.
  951.  
  952. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3053:13 - error TS2717: Subsequent property declarations must have the same type.  Property 's' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  953.  
  954. 3053             s: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  955.                  ~
  956.  
  957.   node_modules/@types/react/index.d.ts:2918:13
  958.     2918             s: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  959.                      ~
  960.     's' was also declared here.
  961.  
  962. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3054:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'samp' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  963.  
  964. 3054             samp: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  965.                  ~~~~
  966.  
  967.   node_modules/@types/react/index.d.ts:2919:13
  968.     2919             samp: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  969.                      ~~~~
  970.     'samp' was also declared here.
  971.  
  972. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3056:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'script' must be of type 'DetailedHTMLProps<ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>', but here has type 'DetailedHTMLProps<ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>'.
  973.  
  974. 3056             script: React.DetailedHTMLProps<React.ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>;
  975.                  ~~~~~~
  976.  
  977.   node_modules/@types/react/index.d.ts:2920:13
  978.     2920             script: React.DetailedHTMLProps<React.ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>;
  979.                      ~~~~~~
  980.     'script' was also declared here.
  981.  
  982. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3057:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'section' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  983.  
  984. 3057             section: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  985.                  ~~~~~~~
  986.  
  987.   node_modules/@types/react/index.d.ts:2921:13
  988.     2921             section: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  989.                      ~~~~~~~
  990.     'section' was also declared here.
  991.  
  992. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3058:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'select' must be of type 'DetailedHTMLProps<SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>', but here has type 'DetailedHTMLProps<SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>'.
  993.  
  994. 3058             select: React.DetailedHTMLProps<React.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>;
  995.                  ~~~~~~
  996.  
  997.   node_modules/@types/react/index.d.ts:2922:13
  998.     2922             select: React.DetailedHTMLProps<React.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>;
  999.                      ~~~~~~
  1000.     'select' was also declared here.
  1001.  
  1002. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3059:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'small' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  1003.  
  1004. 3059             small: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  1005.                  ~~~~~
  1006.  
  1007.   node_modules/@types/react/index.d.ts:2923:13
  1008.     2923             small: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  1009.                      ~~~~~
  1010.     'small' was also declared here.
  1011.  
  1012. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3060:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'source' must be of type 'DetailedHTMLProps<SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>', but here has type 'DetailedHTMLProps<SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>'.
  1013.  
  1014. 3060             source: React.DetailedHTMLProps<React.SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>;
  1015.                  ~~~~~~
  1016.  
  1017.   node_modules/@types/react/index.d.ts:2924:13
  1018.     2924             source: React.DetailedHTMLProps<React.SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>;
  1019.                      ~~~~~~
  1020.     'source' was also declared here.
  1021.  
  1022. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3061:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'span' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>'.
  1023.  
  1024. 3061             span: React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>;
  1025.                  ~~~~
  1026.  
  1027.   node_modules/@types/react/index.d.ts:2925:13
  1028.     2925             span: React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>;
  1029.                      ~~~~
  1030.     'span' was also declared here.
  1031.  
  1032. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3062:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'strong' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  1033.  
  1034. 3062             strong: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  1035.                  ~~~~~~
  1036.  
  1037.   node_modules/@types/react/index.d.ts:2926:13
  1038.     2926             strong: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  1039.                      ~~~~~~
  1040.     'strong' was also declared here.
  1041.  
  1042. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3063:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'style' must be of type 'DetailedHTMLProps<StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>', but here has type 'DetailedHTMLProps<StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>'.
  1043.  
  1044. 3063             style: React.DetailedHTMLProps<React.StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>;
  1045.                  ~~~~~
  1046.  
  1047.   node_modules/@types/react/index.d.ts:2927:13
  1048.     2927             style: React.DetailedHTMLProps<React.StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>;
  1049.                      ~~~~~
  1050.     'style' was also declared here.
  1051.  
  1052. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3064:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'sub' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  1053.  
  1054. 3064             sub: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  1055.                  ~~~
  1056.  
  1057.   node_modules/@types/react/index.d.ts:2928:13
  1058.     2928             sub: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  1059.                      ~~~
  1060.     'sub' was also declared here.
  1061.  
  1062. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3065:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'summary' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  1063.  
  1064. 3065             summary: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  1065.                  ~~~~~~~
  1066.  
  1067.   node_modules/@types/react/index.d.ts:2929:13
  1068.     2929             summary: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  1069.                      ~~~~~~~
  1070.     'summary' was also declared here.
  1071.  
  1072. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3066:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'sup' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  1073.  
  1074. 3066             sup: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  1075.                  ~~~
  1076.  
  1077.   node_modules/@types/react/index.d.ts:2930:13
  1078.     2930             sup: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  1079.                      ~~~
  1080.     'sup' was also declared here.
  1081.  
  1082. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3067:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'table' must be of type 'DetailedHTMLProps<TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>', but here has type 'DetailedHTMLProps<TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>'.
  1083.  
  1084. 3067             table: React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>;
  1085.                  ~~~~~
  1086.  
  1087.   node_modules/@types/react/index.d.ts:2931:13
  1088.     2931             table: React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>;
  1089.                      ~~~~~
  1090.     'table' was also declared here.
  1091.  
  1092. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3068:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'template' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>'.
  1093.  
  1094. 3068             template: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>;
  1095.                  ~~~~~~~~
  1096.  
  1097.   node_modules/@types/react/index.d.ts:2932:13
  1098.     2932             template: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>;
  1099.                      ~~~~~~~~
  1100.     'template' was also declared here.
  1101.  
  1102. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3069:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'tbody' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>'.
  1103.  
  1104. 3069             tbody: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
  1105.                  ~~~~~
  1106.  
  1107.   node_modules/@types/react/index.d.ts:2933:13
  1108.     2933             tbody: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
  1109.                      ~~~~~
  1110.     'tbody' was also declared here.
  1111.  
  1112. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3070:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'td' must be of type 'DetailedHTMLProps<TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>', but here has type 'DetailedHTMLProps<TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>'.
  1113.  
  1114. 3070             td: React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>;
  1115.                  ~~
  1116.  
  1117.   node_modules/@types/react/index.d.ts:2934:13
  1118.     2934             td: React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>;
  1119.                      ~~
  1120.     'td' was also declared here.
  1121.  
  1122. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3071:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'textarea' must be of type 'DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>', but here has type 'DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>'.
  1123.  
  1124. 3071             textarea: React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>;
  1125.                  ~~~~~~~~
  1126.  
  1127.   node_modules/@types/react/index.d.ts:2935:13
  1128.     2935             textarea: React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>;
  1129.                      ~~~~~~~~
  1130.     'textarea' was also declared here.
  1131.  
  1132. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3072:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'tfoot' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>'.
  1133.  
  1134. 3072             tfoot: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
  1135.                  ~~~~~
  1136.  
  1137.   node_modules/@types/react/index.d.ts:2936:13
  1138.     2936             tfoot: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
  1139.                      ~~~~~
  1140.     'tfoot' was also declared here.
  1141.  
  1142. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3073:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'th' must be of type 'DetailedHTMLProps<ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>', but here has type 'DetailedHTMLProps<ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>'.
  1143.  
  1144. 3073             th: React.DetailedHTMLProps<React.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>;
  1145.                  ~~
  1146.  
  1147.   node_modules/@types/react/index.d.ts:2937:13
  1148.     2937             th: React.DetailedHTMLProps<React.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>;
  1149.                      ~~
  1150.     'th' was also declared here.
  1151.  
  1152. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3074:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'thead' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>'.
  1153.  
  1154. 3074             thead: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
  1155.                  ~~~~~
  1156.  
  1157.   node_modules/@types/react/index.d.ts:2938:13
  1158.     2938             thead: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
  1159.                      ~~~~~
  1160.     'thead' was also declared here.
  1161.  
  1162. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3075:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'time' must be of type 'DetailedHTMLProps<TimeHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<TimeHTMLAttributes<HTMLElement>, HTMLElement>'.
  1163.  
  1164. 3075             time: React.DetailedHTMLProps<React.TimeHTMLAttributes<HTMLElement>, HTMLElement>;
  1165.                  ~~~~
  1166.  
  1167.   node_modules/@types/react/index.d.ts:2939:13
  1168.     2939             time: React.DetailedHTMLProps<React.TimeHTMLAttributes<HTMLElement>, HTMLElement>;
  1169.                      ~~~~
  1170.     'time' was also declared here.
  1171.  
  1172. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3076:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'title' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>'.
  1173.  
  1174. 3076             title: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>;
  1175.                  ~~~~~
  1176.  
  1177.   node_modules/@types/react/index.d.ts:2940:13
  1178.     2940             title: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>;
  1179.                      ~~~~~
  1180.     'title' was also declared here.
  1181.  
  1182. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3077:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'tr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>'.
  1183.  
  1184. 3077             tr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>;
  1185.                  ~~
  1186.  
  1187.   node_modules/@types/react/index.d.ts:2941:13
  1188.     2941             tr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>;
  1189.                      ~~
  1190.     'tr' was also declared here.
  1191.  
  1192. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3078:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'track' must be of type 'DetailedHTMLProps<TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>', but here has type 'DetailedHTMLProps<TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>'.
  1193.  
  1194. 3078             track: React.DetailedHTMLProps<React.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>;
  1195.                  ~~~~~
  1196.  
  1197.   node_modules/@types/react/index.d.ts:2942:13
  1198.     2942             track: React.DetailedHTMLProps<React.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>;
  1199.                      ~~~~~
  1200.     'track' was also declared here.
  1201.  
  1202. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3079:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'u' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  1203.  
  1204. 3079             u: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  1205.                  ~
  1206.  
  1207.   node_modules/@types/react/index.d.ts:2943:13
  1208.     2943             u: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  1209.                      ~
  1210.     'u' was also declared here.
  1211.  
  1212. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3080:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'ul' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLUListElement>, HTMLUListElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLUListElement>, HTMLUListElement>'.
  1213.  
  1214. 3080             ul: React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>;
  1215.                  ~~
  1216.  
  1217.   node_modules/@types/react/index.d.ts:2944:13
  1218.     2944             ul: React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>;
  1219.                      ~~
  1220.     'ul' was also declared here.
  1221.  
  1222. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3081:13 - error TS2717: Subsequent property declarations must have the same type.  Property '"var"' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  1223.  
  1224. 3081             "var": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  1225.                  ~~~~~
  1226.  
  1227.   node_modules/@types/react/index.d.ts:2945:13
  1228.     2945             "var": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  1229.                      ~~~~~
  1230.     '"var"' was also declared here.
  1231.  
  1232. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3082:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'video' must be of type 'DetailedHTMLProps<VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>', but here has type 'DetailedHTMLProps<VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>'.
  1233.  
  1234. 3082             video: React.DetailedHTMLProps<React.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>;
  1235.                  ~~~~~
  1236.  
  1237.   node_modules/@types/react/index.d.ts:2946:13
  1238.     2946             video: React.DetailedHTMLProps<React.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>;
  1239.                      ~~~~~
  1240.     'video' was also declared here.
  1241.  
  1242. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3083:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'wbr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
  1243.  
  1244. 3083             wbr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  1245.                  ~~~
  1246.  
  1247.   node_modules/@types/react/index.d.ts:2947:13
  1248.     2947             wbr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
  1249.                      ~~~
  1250.     'wbr' was also declared here.
  1251.  
  1252. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3084:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'webview' must be of type 'DetailedHTMLProps<WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>', but here has type 'DetailedHTMLProps<WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>'.
  1253.  
  1254. 3084             webview: React.DetailedHTMLProps<React.WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>;
  1255.                  ~~~~~~~
  1256.  
  1257.   node_modules/@types/react/index.d.ts:2948:13
  1258.     2948             webview: React.DetailedHTMLProps<React.WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>;
  1259.                      ~~~~~~~
  1260.     'webview' was also declared here.
  1261.  
  1262. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3087:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'svg' must be of type 'SVGProps<SVGSVGElement>', but here has type 'SVGProps<SVGSVGElement>'.
  1263.  
  1264. 3087             svg: React.SVGProps<SVGSVGElement>;
  1265.                  ~~~
  1266.  
  1267.   node_modules/@types/react/index.d.ts:2951:13
  1268.     2951             svg: React.SVGProps<SVGSVGElement>;
  1269.                      ~~~
  1270.     'svg' was also declared here.
  1271.  
  1272. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3089:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'animate' must be of type 'SVGProps<SVGElement>', but here has type 'SVGProps<SVGElement>'.
  1273.  
  1274. 3089             animate: React.SVGProps<SVGElement>; // TODO: It is SVGAnimateElement but is not in TypeScript's lib.dom.d.ts for now.
  1275.                  ~~~~~~~
  1276.  
  1277.   node_modules/@types/react/index.d.ts:2953:13
  1278.     2953             animate: React.SVGProps<SVGElement>; // TODO: It is SVGAnimateElement but is not in TypeScript's lib.dom.d.ts for now.
  1279.                      ~~~~~~~
  1280.     'animate' was also declared here.
  1281.  
  1282. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3090:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'animateMotion' must be of type 'SVGProps<SVGElement>', but here has type 'SVGProps<SVGElement>'.
  1283.  
  1284. 3090             animateMotion: React.SVGProps<SVGElement>;
  1285.                  ~~~~~~~~~~~~~
  1286.  
  1287.   node_modules/@types/react/index.d.ts:2954:13
  1288.     2954             animateMotion: React.SVGProps<SVGElement>;
  1289.                      ~~~~~~~~~~~~~
  1290.     'animateMotion' was also declared here.
  1291.  
  1292. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3091:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'animateTransform' must be of type 'SVGProps<SVGElement>', but here has type 'SVGProps<SVGElement>'.
  1293.  
  1294. 3091             animateTransform: React.SVGProps<SVGElement>; // TODO: It is SVGAnimateTransformElement but is not in TypeScript's lib.dom.d.ts for now.
  1295.                  ~~~~~~~~~~~~~~~~
  1296.  
  1297.   node_modules/@types/react/index.d.ts:2955:13
  1298.     2955             animateTransform: React.SVGProps<SVGElement>; // TODO: It is SVGAnimateTransformElement but is not in TypeScript's lib.dom.d.ts for now.
  1299.                      ~~~~~~~~~~~~~~~~
  1300.     'animateTransform' was also declared here.
  1301.  
  1302. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3092:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'circle' must be of type 'SVGProps<SVGCircleElement>', but here has type 'SVGProps<SVGCircleElement>'.
  1303.  
  1304. 3092             circle: React.SVGProps<SVGCircleElement>;
  1305.                  ~~~~~~
  1306.  
  1307.   node_modules/@types/react/index.d.ts:2956:13
  1308.     2956             circle: React.SVGProps<SVGCircleElement>;
  1309.                      ~~~~~~
  1310.     'circle' was also declared here.
  1311.  
  1312. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3093:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'clipPath' must be of type 'SVGProps<SVGClipPathElement>', but here has type 'SVGProps<SVGClipPathElement>'.
  1313.  
  1314. 3093             clipPath: React.SVGProps<SVGClipPathElement>;
  1315.                  ~~~~~~~~
  1316.  
  1317.   node_modules/@types/react/index.d.ts:2957:13
  1318.     2957             clipPath: React.SVGProps<SVGClipPathElement>;
  1319.                      ~~~~~~~~
  1320.     'clipPath' was also declared here.
  1321.  
  1322. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3094:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'defs' must be of type 'SVGProps<SVGDefsElement>', but here has type 'SVGProps<SVGDefsElement>'.
  1323.  
  1324. 3094             defs: React.SVGProps<SVGDefsElement>;
  1325.                  ~~~~
  1326.  
  1327.   node_modules/@types/react/index.d.ts:2958:13
  1328.     2958             defs: React.SVGProps<SVGDefsElement>;
  1329.                      ~~~~
  1330.     'defs' was also declared here.
  1331.  
  1332. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3095:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'desc' must be of type 'SVGProps<SVGDescElement>', but here has type 'SVGProps<SVGDescElement>'.
  1333.  
  1334. 3095             desc: React.SVGProps<SVGDescElement>;
  1335.                  ~~~~
  1336.  
  1337.   node_modules/@types/react/index.d.ts:2959:13
  1338.     2959             desc: React.SVGProps<SVGDescElement>;
  1339.                      ~~~~
  1340.     'desc' was also declared here.
  1341.  
  1342. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3096:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'ellipse' must be of type 'SVGProps<SVGEllipseElement>', but here has type 'SVGProps<SVGEllipseElement>'.
  1343.  
  1344. 3096             ellipse: React.SVGProps<SVGEllipseElement>;
  1345.                  ~~~~~~~
  1346.  
  1347.   node_modules/@types/react/index.d.ts:2960:13
  1348.     2960             ellipse: React.SVGProps<SVGEllipseElement>;
  1349.                      ~~~~~~~
  1350.     'ellipse' was also declared here.
  1351.  
  1352. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3097:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feBlend' must be of type 'SVGProps<SVGFEBlendElement>', but here has type 'SVGProps<SVGFEBlendElement>'.
  1353.  
  1354. 3097             feBlend: React.SVGProps<SVGFEBlendElement>;
  1355.                  ~~~~~~~
  1356.  
  1357.   node_modules/@types/react/index.d.ts:2961:13
  1358.     2961             feBlend: React.SVGProps<SVGFEBlendElement>;
  1359.                      ~~~~~~~
  1360.     'feBlend' was also declared here.
  1361.  
  1362. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3098:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feColorMatrix' must be of type 'SVGProps<SVGFEColorMatrixElement>', but here has type 'SVGProps<SVGFEColorMatrixElement>'.
  1363.  
  1364. 3098             feColorMatrix: React.SVGProps<SVGFEColorMatrixElement>;
  1365.                  ~~~~~~~~~~~~~
  1366.  
  1367.   node_modules/@types/react/index.d.ts:2962:13
  1368.     2962             feColorMatrix: React.SVGProps<SVGFEColorMatrixElement>;
  1369.                      ~~~~~~~~~~~~~
  1370.     'feColorMatrix' was also declared here.
  1371.  
  1372. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3099:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feComponentTransfer' must be of type 'SVGProps<SVGFEComponentTransferElement>', but here has type 'SVGProps<SVGFEComponentTransferElement>'.
  1373.  
  1374. 3099             feComponentTransfer: React.SVGProps<SVGFEComponentTransferElement>;
  1375.                  ~~~~~~~~~~~~~~~~~~~
  1376.  
  1377.   node_modules/@types/react/index.d.ts:2963:13
  1378.     2963             feComponentTransfer: React.SVGProps<SVGFEComponentTransferElement>;
  1379.                      ~~~~~~~~~~~~~~~~~~~
  1380.     'feComponentTransfer' was also declared here.
  1381.  
  1382. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3100:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feComposite' must be of type 'SVGProps<SVGFECompositeElement>', but here has type 'SVGProps<SVGFECompositeElement>'.
  1383.  
  1384. 3100             feComposite: React.SVGProps<SVGFECompositeElement>;
  1385.                  ~~~~~~~~~~~
  1386.  
  1387.   node_modules/@types/react/index.d.ts:2964:13
  1388.     2964             feComposite: React.SVGProps<SVGFECompositeElement>;
  1389.                      ~~~~~~~~~~~
  1390.     'feComposite' was also declared here.
  1391.  
  1392. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3101:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feConvolveMatrix' must be of type 'SVGProps<SVGFEConvolveMatrixElement>', but here has type 'SVGProps<SVGFEConvolveMatrixElement>'.
  1393.  
  1394. 3101             feConvolveMatrix: React.SVGProps<SVGFEConvolveMatrixElement>;
  1395.                  ~~~~~~~~~~~~~~~~
  1396.  
  1397.   node_modules/@types/react/index.d.ts:2965:13
  1398.     2965             feConvolveMatrix: React.SVGProps<SVGFEConvolveMatrixElement>;
  1399.                      ~~~~~~~~~~~~~~~~
  1400.     'feConvolveMatrix' was also declared here.
  1401.  
  1402. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3102:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feDiffuseLighting' must be of type 'SVGProps<SVGFEDiffuseLightingElement>', but here has type 'SVGProps<SVGFEDiffuseLightingElement>'.
  1403.  
  1404. 3102             feDiffuseLighting: React.SVGProps<SVGFEDiffuseLightingElement>;
  1405.                  ~~~~~~~~~~~~~~~~~
  1406.  
  1407.   node_modules/@types/react/index.d.ts:2966:13
  1408.     2966             feDiffuseLighting: React.SVGProps<SVGFEDiffuseLightingElement>;
  1409.                      ~~~~~~~~~~~~~~~~~
  1410.     'feDiffuseLighting' was also declared here.
  1411.  
  1412. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3103:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feDisplacementMap' must be of type 'SVGProps<SVGFEDisplacementMapElement>', but here has type 'SVGProps<SVGFEDisplacementMapElement>'.
  1413.  
  1414. 3103             feDisplacementMap: React.SVGProps<SVGFEDisplacementMapElement>;
  1415.                  ~~~~~~~~~~~~~~~~~
  1416.  
  1417.   node_modules/@types/react/index.d.ts:2967:13
  1418.     2967             feDisplacementMap: React.SVGProps<SVGFEDisplacementMapElement>;
  1419.                      ~~~~~~~~~~~~~~~~~
  1420.     'feDisplacementMap' was also declared here.
  1421.  
  1422. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3104:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feDistantLight' must be of type 'SVGProps<SVGFEDistantLightElement>', but here has type 'SVGProps<SVGFEDistantLightElement>'.
  1423.  
  1424. 3104             feDistantLight: React.SVGProps<SVGFEDistantLightElement>;
  1425.                  ~~~~~~~~~~~~~~
  1426.  
  1427.   node_modules/@types/react/index.d.ts:2968:13
  1428.     2968             feDistantLight: React.SVGProps<SVGFEDistantLightElement>;
  1429.                      ~~~~~~~~~~~~~~
  1430.     'feDistantLight' was also declared here.
  1431.  
  1432. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3105:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feDropShadow' must be of type 'SVGProps<SVGFEDropShadowElement>', but here has type 'SVGProps<SVGFEDropShadowElement>'.
  1433.  
  1434. 3105             feDropShadow: React.SVGProps<SVGFEDropShadowElement>;
  1435.                  ~~~~~~~~~~~~
  1436.  
  1437.   node_modules/@types/react/index.d.ts:2969:13
  1438.     2969             feDropShadow: React.SVGProps<SVGFEDropShadowElement>;
  1439.                      ~~~~~~~~~~~~
  1440.     'feDropShadow' was also declared here.
  1441.  
  1442. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3106:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feFlood' must be of type 'SVGProps<SVGFEFloodElement>', but here has type 'SVGProps<SVGFEFloodElement>'.
  1443.  
  1444. 3106             feFlood: React.SVGProps<SVGFEFloodElement>;
  1445.                  ~~~~~~~
  1446.  
  1447.   node_modules/@types/react/index.d.ts:2970:13
  1448.     2970             feFlood: React.SVGProps<SVGFEFloodElement>;
  1449.                      ~~~~~~~
  1450.     'feFlood' was also declared here.
  1451.  
  1452. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3107:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feFuncA' must be of type 'SVGProps<SVGFEFuncAElement>', but here has type 'SVGProps<SVGFEFuncAElement>'.
  1453.  
  1454. 3107             feFuncA: React.SVGProps<SVGFEFuncAElement>;
  1455.                  ~~~~~~~
  1456.  
  1457.   node_modules/@types/react/index.d.ts:2971:13
  1458.     2971             feFuncA: React.SVGProps<SVGFEFuncAElement>;
  1459.                      ~~~~~~~
  1460.     'feFuncA' was also declared here.
  1461.  
  1462. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3108:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feFuncB' must be of type 'SVGProps<SVGFEFuncBElement>', but here has type 'SVGProps<SVGFEFuncBElement>'.
  1463.  
  1464. 3108             feFuncB: React.SVGProps<SVGFEFuncBElement>;
  1465.                  ~~~~~~~
  1466.  
  1467.   node_modules/@types/react/index.d.ts:2972:13
  1468.     2972             feFuncB: React.SVGProps<SVGFEFuncBElement>;
  1469.                      ~~~~~~~
  1470.     'feFuncB' was also declared here.
  1471.  
  1472. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3109:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feFuncG' must be of type 'SVGProps<SVGFEFuncGElement>', but here has type 'SVGProps<SVGFEFuncGElement>'.
  1473.  
  1474. 3109             feFuncG: React.SVGProps<SVGFEFuncGElement>;
  1475.                  ~~~~~~~
  1476.  
  1477.   node_modules/@types/react/index.d.ts:2973:13
  1478.     2973             feFuncG: React.SVGProps<SVGFEFuncGElement>;
  1479.                      ~~~~~~~
  1480.     'feFuncG' was also declared here.
  1481.  
  1482. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3110:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feFuncR' must be of type 'SVGProps<SVGFEFuncRElement>', but here has type 'SVGProps<SVGFEFuncRElement>'.
  1483.  
  1484. 3110             feFuncR: React.SVGProps<SVGFEFuncRElement>;
  1485.                  ~~~~~~~
  1486.  
  1487.   node_modules/@types/react/index.d.ts:2974:13
  1488.     2974             feFuncR: React.SVGProps<SVGFEFuncRElement>;
  1489.                      ~~~~~~~
  1490.     'feFuncR' was also declared here.
  1491.  
  1492. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3111:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feGaussianBlur' must be of type 'SVGProps<SVGFEGaussianBlurElement>', but here has type 'SVGProps<SVGFEGaussianBlurElement>'.
  1493.  
  1494. 3111             feGaussianBlur: React.SVGProps<SVGFEGaussianBlurElement>;
  1495.                  ~~~~~~~~~~~~~~
  1496.  
  1497.   node_modules/@types/react/index.d.ts:2975:13
  1498.     2975             feGaussianBlur: React.SVGProps<SVGFEGaussianBlurElement>;
  1499.                      ~~~~~~~~~~~~~~
  1500.     'feGaussianBlur' was also declared here.
  1501.  
  1502. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3112:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feImage' must be of type 'SVGProps<SVGFEImageElement>', but here has type 'SVGProps<SVGFEImageElement>'.
  1503.  
  1504. 3112             feImage: React.SVGProps<SVGFEImageElement>;
  1505.                  ~~~~~~~
  1506.  
  1507.   node_modules/@types/react/index.d.ts:2976:13
  1508.     2976             feImage: React.SVGProps<SVGFEImageElement>;
  1509.                      ~~~~~~~
  1510.     'feImage' was also declared here.
  1511.  
  1512. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3113:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feMerge' must be of type 'SVGProps<SVGFEMergeElement>', but here has type 'SVGProps<SVGFEMergeElement>'.
  1513.  
  1514. 3113             feMerge: React.SVGProps<SVGFEMergeElement>;
  1515.                  ~~~~~~~
  1516.  
  1517.   node_modules/@types/react/index.d.ts:2977:13
  1518.     2977             feMerge: React.SVGProps<SVGFEMergeElement>;
  1519.                      ~~~~~~~
  1520.     'feMerge' was also declared here.
  1521.  
  1522. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3114:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feMergeNode' must be of type 'SVGProps<SVGFEMergeNodeElement>', but here has type 'SVGProps<SVGFEMergeNodeElement>'.
  1523.  
  1524. 3114             feMergeNode: React.SVGProps<SVGFEMergeNodeElement>;
  1525.                  ~~~~~~~~~~~
  1526.  
  1527.   node_modules/@types/react/index.d.ts:2978:13
  1528.     2978             feMergeNode: React.SVGProps<SVGFEMergeNodeElement>;
  1529.                      ~~~~~~~~~~~
  1530.     'feMergeNode' was also declared here.
  1531.  
  1532. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3115:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feMorphology' must be of type 'SVGProps<SVGFEMorphologyElement>', but here has type 'SVGProps<SVGFEMorphologyElement>'.
  1533.  
  1534. 3115             feMorphology: React.SVGProps<SVGFEMorphologyElement>;
  1535.                  ~~~~~~~~~~~~
  1536.  
  1537.   node_modules/@types/react/index.d.ts:2979:13
  1538.     2979             feMorphology: React.SVGProps<SVGFEMorphologyElement>;
  1539.                      ~~~~~~~~~~~~
  1540.     'feMorphology' was also declared here.
  1541.  
  1542. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3116:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feOffset' must be of type 'SVGProps<SVGFEOffsetElement>', but here has type 'SVGProps<SVGFEOffsetElement>'.
  1543.  
  1544. 3116             feOffset: React.SVGProps<SVGFEOffsetElement>;
  1545.                  ~~~~~~~~
  1546.  
  1547.   node_modules/@types/react/index.d.ts:2980:13
  1548.     2980             feOffset: React.SVGProps<SVGFEOffsetElement>;
  1549.                      ~~~~~~~~
  1550.     'feOffset' was also declared here.
  1551.  
  1552. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3117:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'fePointLight' must be of type 'SVGProps<SVGFEPointLightElement>', but here has type 'SVGProps<SVGFEPointLightElement>'.
  1553.  
  1554. 3117             fePointLight: React.SVGProps<SVGFEPointLightElement>;
  1555.                  ~~~~~~~~~~~~
  1556.  
  1557.   node_modules/@types/react/index.d.ts:2981:13
  1558.     2981             fePointLight: React.SVGProps<SVGFEPointLightElement>;
  1559.                      ~~~~~~~~~~~~
  1560.     'fePointLight' was also declared here.
  1561.  
  1562. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3118:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feSpecularLighting' must be of type 'SVGProps<SVGFESpecularLightingElement>', but here has type 'SVGProps<SVGFESpecularLightingElement>'.
  1563.  
  1564. 3118             feSpecularLighting: React.SVGProps<SVGFESpecularLightingElement>;
  1565.                  ~~~~~~~~~~~~~~~~~~
  1566.  
  1567.   node_modules/@types/react/index.d.ts:2982:13
  1568.     2982             feSpecularLighting: React.SVGProps<SVGFESpecularLightingElement>;
  1569.                      ~~~~~~~~~~~~~~~~~~
  1570.     'feSpecularLighting' was also declared here.
  1571.  
  1572. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3119:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feSpotLight' must be of type 'SVGProps<SVGFESpotLightElement>', but here has type 'SVGProps<SVGFESpotLightElement>'.
  1573.  
  1574. 3119             feSpotLight: React.SVGProps<SVGFESpotLightElement>;
  1575.                  ~~~~~~~~~~~
  1576.  
  1577.   node_modules/@types/react/index.d.ts:2983:13
  1578.     2983             feSpotLight: React.SVGProps<SVGFESpotLightElement>;
  1579.                      ~~~~~~~~~~~
  1580.     'feSpotLight' was also declared here.
  1581.  
  1582. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3120:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feTile' must be of type 'SVGProps<SVGFETileElement>', but here has type 'SVGProps<SVGFETileElement>'.
  1583.  
  1584. 3120             feTile: React.SVGProps<SVGFETileElement>;
  1585.                  ~~~~~~
  1586.  
  1587.   node_modules/@types/react/index.d.ts:2984:13
  1588.     2984             feTile: React.SVGProps<SVGFETileElement>;
  1589.                      ~~~~~~
  1590.     'feTile' was also declared here.
  1591.  
  1592. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3121:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'feTurbulence' must be of type 'SVGProps<SVGFETurbulenceElement>', but here has type 'SVGProps<SVGFETurbulenceElement>'.
  1593.  
  1594. 3121             feTurbulence: React.SVGProps<SVGFETurbulenceElement>;
  1595.                  ~~~~~~~~~~~~
  1596.  
  1597.   node_modules/@types/react/index.d.ts:2985:13
  1598.     2985             feTurbulence: React.SVGProps<SVGFETurbulenceElement>;
  1599.                      ~~~~~~~~~~~~
  1600.     'feTurbulence' was also declared here.
  1601.  
  1602. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3122:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'filter' must be of type 'SVGProps<SVGFilterElement>', but here has type 'SVGProps<SVGFilterElement>'.
  1603.  
  1604. 3122             filter: React.SVGProps<SVGFilterElement>;
  1605.                  ~~~~~~
  1606.  
  1607.   node_modules/@types/react/index.d.ts:2986:13
  1608.     2986             filter: React.SVGProps<SVGFilterElement>;
  1609.                      ~~~~~~
  1610.     'filter' was also declared here.
  1611.  
  1612. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3123:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'foreignObject' must be of type 'SVGProps<SVGForeignObjectElement>', but here has type 'SVGProps<SVGForeignObjectElement>'.
  1613.  
  1614. 3123             foreignObject: React.SVGProps<SVGForeignObjectElement>;
  1615.                  ~~~~~~~~~~~~~
  1616.  
  1617.   node_modules/@types/react/index.d.ts:2987:13
  1618.     2987             foreignObject: React.SVGProps<SVGForeignObjectElement>;
  1619.                      ~~~~~~~~~~~~~
  1620.     'foreignObject' was also declared here.
  1621.  
  1622. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3124:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'g' must be of type 'SVGProps<SVGGElement>', but here has type 'SVGProps<SVGGElement>'.
  1623.  
  1624. 3124             g: React.SVGProps<SVGGElement>;
  1625.                  ~
  1626.  
  1627.   node_modules/@types/react/index.d.ts:2988:13
  1628.     2988             g: React.SVGProps<SVGGElement>;
  1629.                      ~
  1630.     'g' was also declared here.
  1631.  
  1632. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3125:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'image' must be of type 'SVGProps<SVGImageElement>', but here has type 'SVGProps<SVGImageElement>'.
  1633.  
  1634. 3125             image: React.SVGProps<SVGImageElement>;
  1635.                  ~~~~~
  1636.  
  1637.   node_modules/@types/react/index.d.ts:2989:13
  1638.     2989             image: React.SVGProps<SVGImageElement>;
  1639.                      ~~~~~
  1640.     'image' was also declared here.
  1641.  
  1642. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3126:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'line' must be of type 'SVGProps<SVGLineElement>', but here has type 'SVGProps<SVGLineElement>'.
  1643.  
  1644. 3126             line: React.SVGProps<SVGLineElement>;
  1645.                  ~~~~
  1646.  
  1647.   node_modules/@types/react/index.d.ts:2990:13
  1648.     2990             line: React.SVGProps<SVGLineElement>;
  1649.                      ~~~~
  1650.     'line' was also declared here.
  1651.  
  1652. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3127:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'linearGradient' must be of type 'SVGProps<SVGLinearGradientElement>', but here has type 'SVGProps<SVGLinearGradientElement>'.
  1653.  
  1654. 3127             linearGradient: React.SVGProps<SVGLinearGradientElement>;
  1655.                  ~~~~~~~~~~~~~~
  1656.  
  1657.   node_modules/@types/react/index.d.ts:2991:13
  1658.     2991             linearGradient: React.SVGProps<SVGLinearGradientElement>;
  1659.                      ~~~~~~~~~~~~~~
  1660.     'linearGradient' was also declared here.
  1661.  
  1662. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3128:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'marker' must be of type 'SVGProps<SVGMarkerElement>', but here has type 'SVGProps<SVGMarkerElement>'.
  1663.  
  1664. 3128             marker: React.SVGProps<SVGMarkerElement>;
  1665.                  ~~~~~~
  1666.  
  1667.   node_modules/@types/react/index.d.ts:2992:13
  1668.     2992             marker: React.SVGProps<SVGMarkerElement>;
  1669.                      ~~~~~~
  1670.     'marker' was also declared here.
  1671.  
  1672. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3129:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'mask' must be of type 'SVGProps<SVGMaskElement>', but here has type 'SVGProps<SVGMaskElement>'.
  1673.  
  1674. 3129             mask: React.SVGProps<SVGMaskElement>;
  1675.                  ~~~~
  1676.  
  1677.   node_modules/@types/react/index.d.ts:2993:13
  1678.     2993             mask: React.SVGProps<SVGMaskElement>;
  1679.                      ~~~~
  1680.     'mask' was also declared here.
  1681.  
  1682. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3130:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'metadata' must be of type 'SVGProps<SVGMetadataElement>', but here has type 'SVGProps<SVGMetadataElement>'.
  1683.  
  1684. 3130             metadata: React.SVGProps<SVGMetadataElement>;
  1685.                  ~~~~~~~~
  1686.  
  1687.   node_modules/@types/react/index.d.ts:2994:13
  1688.     2994             metadata: React.SVGProps<SVGMetadataElement>;
  1689.                      ~~~~~~~~
  1690.     'metadata' was also declared here.
  1691.  
  1692. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3131:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'mpath' must be of type 'SVGProps<SVGElement>', but here has type 'SVGProps<SVGElement>'.
  1693.  
  1694. 3131             mpath: React.SVGProps<SVGElement>;
  1695.                  ~~~~~
  1696.  
  1697.   node_modules/@types/react/index.d.ts:2995:13
  1698.     2995             mpath: React.SVGProps<SVGElement>;
  1699.                      ~~~~~
  1700.     'mpath' was also declared here.
  1701.  
  1702. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3132:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'path' must be of type 'SVGProps<SVGPathElement>', but here has type 'SVGProps<SVGPathElement>'.
  1703.  
  1704. 3132             path: React.SVGProps<SVGPathElement>;
  1705.                  ~~~~
  1706.  
  1707.   node_modules/@types/react/index.d.ts:2996:13
  1708.     2996             path: React.SVGProps<SVGPathElement>;
  1709.                      ~~~~
  1710.     'path' was also declared here.
  1711.  
  1712. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3133:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'pattern' must be of type 'SVGProps<SVGPatternElement>', but here has type 'SVGProps<SVGPatternElement>'.
  1713.  
  1714. 3133             pattern: React.SVGProps<SVGPatternElement>;
  1715.                  ~~~~~~~
  1716.  
  1717.   node_modules/@types/react/index.d.ts:2997:13
  1718.     2997             pattern: React.SVGProps<SVGPatternElement>;
  1719.                      ~~~~~~~
  1720.     'pattern' was also declared here.
  1721.  
  1722. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3134:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'polygon' must be of type 'SVGProps<SVGPolygonElement>', but here has type 'SVGProps<SVGPolygonElement>'.
  1723.  
  1724. 3134             polygon: React.SVGProps<SVGPolygonElement>;
  1725.                  ~~~~~~~
  1726.  
  1727.   node_modules/@types/react/index.d.ts:2998:13
  1728.     2998             polygon: React.SVGProps<SVGPolygonElement>;
  1729.                      ~~~~~~~
  1730.     'polygon' was also declared here.
  1731.  
  1732. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3135:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'polyline' must be of type 'SVGProps<SVGPolylineElement>', but here has type 'SVGProps<SVGPolylineElement>'.
  1733.  
  1734. 3135             polyline: React.SVGProps<SVGPolylineElement>;
  1735.                  ~~~~~~~~
  1736.  
  1737.   node_modules/@types/react/index.d.ts:2999:13
  1738.     2999             polyline: React.SVGProps<SVGPolylineElement>;
  1739.                      ~~~~~~~~
  1740.     'polyline' was also declared here.
  1741.  
  1742. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3136:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'radialGradient' must be of type 'SVGProps<SVGRadialGradientElement>', but here has type 'SVGProps<SVGRadialGradientElement>'.
  1743.  
  1744. 3136             radialGradient: React.SVGProps<SVGRadialGradientElement>;
  1745.                  ~~~~~~~~~~~~~~
  1746.  
  1747.   node_modules/@types/react/index.d.ts:3000:13
  1748.     3000             radialGradient: React.SVGProps<SVGRadialGradientElement>;
  1749.                      ~~~~~~~~~~~~~~
  1750.     'radialGradient' was also declared here.
  1751.  
  1752. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3137:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'rect' must be of type 'SVGProps<SVGRectElement>', but here has type 'SVGProps<SVGRectElement>'.
  1753.  
  1754. 3137             rect: React.SVGProps<SVGRectElement>;
  1755.                  ~~~~
  1756.  
  1757.   node_modules/@types/react/index.d.ts:3001:13
  1758.     3001             rect: React.SVGProps<SVGRectElement>;
  1759.                      ~~~~
  1760.     'rect' was also declared here.
  1761.  
  1762. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3138:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'stop' must be of type 'SVGProps<SVGStopElement>', but here has type 'SVGProps<SVGStopElement>'.
  1763.  
  1764. 3138             stop: React.SVGProps<SVGStopElement>;
  1765.                  ~~~~
  1766.  
  1767.   node_modules/@types/react/index.d.ts:3002:13
  1768.     3002             stop: React.SVGProps<SVGStopElement>;
  1769.                      ~~~~
  1770.     'stop' was also declared here.
  1771.  
  1772. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3139:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'switch' must be of type 'SVGProps<SVGSwitchElement>', but here has type 'SVGProps<SVGSwitchElement>'.
  1773.  
  1774. 3139             switch: React.SVGProps<SVGSwitchElement>;
  1775.                  ~~~~~~
  1776.  
  1777.   node_modules/@types/react/index.d.ts:3003:13
  1778.     3003             switch: React.SVGProps<SVGSwitchElement>;
  1779.                      ~~~~~~
  1780.     'switch' was also declared here.
  1781.  
  1782. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3140:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'symbol' must be of type 'SVGProps<SVGSymbolElement>', but here has type 'SVGProps<SVGSymbolElement>'.
  1783.  
  1784. 3140             symbol: React.SVGProps<SVGSymbolElement>;
  1785.                  ~~~~~~
  1786.  
  1787.   node_modules/@types/react/index.d.ts:3004:13
  1788.     3004             symbol: React.SVGProps<SVGSymbolElement>;
  1789.                      ~~~~~~
  1790.     'symbol' was also declared here.
  1791.  
  1792. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3141:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'text' must be of type 'SVGProps<SVGTextElement>', but here has type 'SVGProps<SVGTextElement>'.
  1793.  
  1794. 3141             text: React.SVGProps<SVGTextElement>;
  1795.                  ~~~~
  1796.  
  1797.   node_modules/@types/react/index.d.ts:3005:13
  1798.     3005             text: React.SVGProps<SVGTextElement>;
  1799.                      ~~~~
  1800.     'text' was also declared here.
  1801.  
  1802. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3142:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'textPath' must be of type 'SVGProps<SVGTextPathElement>', but here has type 'SVGProps<SVGTextPathElement>'.
  1803.  
  1804. 3142             textPath: React.SVGProps<SVGTextPathElement>;
  1805.                  ~~~~~~~~
  1806.  
  1807.   node_modules/@types/react/index.d.ts:3006:13
  1808.     3006             textPath: React.SVGProps<SVGTextPathElement>;
  1809.                      ~~~~~~~~
  1810.     'textPath' was also declared here.
  1811.  
  1812. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3143:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'tspan' must be of type 'SVGProps<SVGTSpanElement>', but here has type 'SVGProps<SVGTSpanElement>'.
  1813.  
  1814. 3143             tspan: React.SVGProps<SVGTSpanElement>;
  1815.                  ~~~~~
  1816.  
  1817.   node_modules/@types/react/index.d.ts:3007:13
  1818.     3007             tspan: React.SVGProps<SVGTSpanElement>;
  1819.                      ~~~~~
  1820.     'tspan' was also declared here.
  1821.  
  1822. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3144:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'use' must be of type 'SVGProps<SVGUseElement>', but here has type 'SVGProps<SVGUseElement>'.
  1823.  
  1824. 3144             use: React.SVGProps<SVGUseElement>;
  1825.                  ~~~
  1826.  
  1827.   node_modules/@types/react/index.d.ts:3008:13
  1828.     3008             use: React.SVGProps<SVGUseElement>;
  1829.                      ~~~
  1830.     'use' was also declared here.
  1831.  
  1832. node_modules/@types/react-router/node_modules/@types/react/index.d.ts:3145:13 - error TS2717: Subsequent property declarations must have the same type.  Property 'view' must be of type 'SVGProps<SVGViewElement>', but here has type 'SVGProps<SVGViewElement>'.
  1833.  
  1834. 3145             view: React.SVGProps<SVGViewElement>;
  1835.                  ~~~~
  1836.  
  1837.   node_modules/@types/react/index.d.ts:3009:13
  1838.     3009             view: React.SVGProps<SVGViewElement>;
  1839.                      ~~~~
  1840.     'view' was also declared here.
  1841.  
  1842. node_modules/@types/react/index.d.ts:2820:14 - error TS2300: Duplicate identifier 'LibraryManagedAttributes'.
  1843.  
  1844. 2820         type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
  1845.                   ~~~~~~~~~~~~~~~~~~~~~~~~
  1846.  
  1847.   node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2955:14
  1848.     2955         type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
  1849.                       ~~~~~~~~~~~~~~~~~~~~~~~~
  1850.     'LibraryManagedAttributes' was also declared here.
  1851.  
  1852. [10:26:47 AM] Found 188 errors. Watching for file changes.
  1853.  
  1854. webpack built 30fb7e5a56a14d0081e9 in 92042ms
Add Comment
Please, Sign In to add comment