Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /uwazi$ yarn hot
- yarn run v1.22.4
- $ export HOT=true; export BABEL_ENV=debug; npm run watch-types & npm run dev-server & npm run webpack-server
- > uwazi@1.4.1 watch-types /home/m98jk/Desktop/projects/uwzi/uwazi
- > tsc --noEmit --pretty --watch --preserveWatchOutput
- > uwazi@1.4.1 webpack-server /home/m98jk/Desktop/projects/uwzi/uwazi
- > node ./webpack/webpack.server.js
- > uwazi@1.4.1 dev-server /home/m98jk/Desktop/projects/uwzi/uwazi
- > nodemon ./server.js --ignore 'app/dist/*' --watch 'app/api' --watch 'app/shared' --ext 'ts js tsx'
- [10:25:06 AM] Starting compilation in watch mode...
- [nodemon] 1.17.2
- [nodemon] to restart at any time, enter `rs`
- [nodemon] watching: /home/m98jk/Desktop/projects/uwzi/uwazi/app/api/**/* /home/m98jk/Desktop/projects/uwzi/uwazi/app/shared/**/*
- [nodemon] starting `node ./server.js`
- clean-webpack-plugin: /home/m98jk/Desktop/projects/uwzi/uwazi/dist/* has been removed.
- ==> Connecting to mongodb://localhost/uwazi_development
- 2020-05-19T07:26:43.446Z [localhost]
- uncaught exception or unhandled rejection, Node process finished !!
- Error: connect ECONNREFUSED 127.0.0.1:27017
- at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1107:14)
- [nodemon] app crashed - waiting for file changes before starting...
- 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'.
- Types of parameters 'req' and 'req' are incompatible.
- Type '{ user: User; body: any; }' is missing the following properties from type 'Request<ParamsDictionary>': get, header, accepts, acceptsCharsets, and 76 more.
- 24 needsAuthorization(['admin', 'editor']),
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- app/api/auth2fa/routes.ts:26:12 - error TS7006: Parameter 'req' implicitly has an 'any' type.
- 26 async (req, res, next) => {
- ~~~
- app/api/auth2fa/routes.ts:26:17 - error TS7006: Parameter 'res' implicitly has an 'any' type.
- 26 async (req, res, next) => {
- ~~~
- app/api/auth2fa/routes.ts:26:22 - error TS7006: Parameter 'next' implicitly has an 'any' type.
- 26 async (req, res, next) => {
- ~~~~
- 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'.
- 38 needsAuthorization(['admin', 'editor']),
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- app/api/auth2fa/routes.ts:44:12 - error TS7006: Parameter 'req' implicitly has an 'any' type.
- 44 async (req, res, next) => {
- ~~~
- app/api/auth2fa/routes.ts:44:17 - error TS7006: Parameter 'res' implicitly has an 'any' type.
- 44 async (req, res, next) => {
- ~~~
- app/api/auth2fa/routes.ts:44:22 - error TS7006: Parameter 'next' implicitly has an 'any' type.
- 44 async (req, res, next) => {
- ~~~~
- 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'.
- 56 needsAuthorization(['admin']),
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- app/api/auth2fa/routes.ts:67:12 - error TS7006: Parameter 'req' implicitly has an 'any' type.
- 67 async (req, res, next) => {
- ~~~
- app/api/auth2fa/routes.ts:67:17 - error TS7006: Parameter 'res' implicitly has an 'any' type.
- 67 async (req, res, next) => {
- ~~~
- app/api/auth2fa/routes.ts:67:22 - error TS7006: Parameter 'next' implicitly has an 'any' type.
- 67 async (req, res, next) => {
- ~~~~
- node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2955:14 - error TS2300: Duplicate identifier 'LibraryManagedAttributes'.
- 2955 type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
- ~~~~~~~~~~~~~~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2820:14
- 2820 type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
- ~~~~~~~~~~~~~~~~~~~~~~~~
- 'LibraryManagedAttributes' was also declared here.
- 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>'.
- 2968 a: React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
- ~
- node_modules/@types/react/index.d.ts:2833:13
- 2833 a: React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
- ~
- 'a' was also declared here.
- 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>'.
- 2969 abbr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2834:13
- 2834 abbr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~
- 'abbr' was also declared here.
- 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>'.
- 2970 address: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2835:13
- 2835 address: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~
- 'address' was also declared here.
- 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>'.
- 2971 area: React.DetailedHTMLProps<React.AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2836:13
- 2836 area: React.DetailedHTMLProps<React.AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>;
- ~~~~
- 'area' was also declared here.
- 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>'.
- 2972 article: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2837:13
- 2837 article: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~
- 'article' was also declared here.
- 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>'.
- 2973 aside: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:2838:13
- 2838 aside: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~
- 'aside' was also declared here.
- 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>'.
- 2974 audio: React.DetailedHTMLProps<React.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:2839:13
- 2839 audio: React.DetailedHTMLProps<React.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>;
- ~~~~~
- 'audio' was also declared here.
- 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>'.
- 2975 b: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~
- node_modules/@types/react/index.d.ts:2840:13
- 2840 b: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~
- 'b' was also declared here.
- 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>'.
- 2976 base: React.DetailedHTMLProps<React.BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2841:13
- 2841 base: React.DetailedHTMLProps<React.BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>;
- ~~~~
- 'base' was also declared here.
- 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>'.
- 2977 bdi: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- node_modules/@types/react/index.d.ts:2842:13
- 2842 bdi: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- 'bdi' was also declared here.
- 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>'.
- 2978 bdo: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- node_modules/@types/react/index.d.ts:2843:13
- 2843 bdo: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- 'bdo' was also declared here.
- 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>'.
- 2979 big: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- node_modules/@types/react/index.d.ts:2844:13
- 2844 big: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- 'big' was also declared here.
- 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>'.
- 2980 blockquote: React.DetailedHTMLProps<React.BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2845:13
- 2845 blockquote: React.DetailedHTMLProps<React.BlockquoteHTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~~~~
- 'blockquote' was also declared here.
- 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>'.
- 2981 body: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2846:13
- 2846 body: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>;
- ~~~~
- 'body' was also declared here.
- 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>'.
- 2982 br: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBRElement>, HTMLBRElement>;
- ~~
- node_modules/@types/react/index.d.ts:2847:13
- 2847 br: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBRElement>, HTMLBRElement>;
- ~~
- 'br' was also declared here.
- 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>'.
- 2983 button: React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2848:13
- 2848 button: React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
- ~~~~~~
- 'button' was also declared here.
- 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>'.
- 2984 canvas: React.DetailedHTMLProps<React.CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2849:13
- 2849 canvas: React.DetailedHTMLProps<React.CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>;
- ~~~~~~
- 'canvas' was also declared here.
- 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>'.
- 2985 caption: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2850:13
- 2850 caption: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~
- 'caption' was also declared here.
- 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>'.
- 2986 cite: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2851:13
- 2851 cite: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~
- 'cite' was also declared here.
- 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>'.
- 2987 code: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2852:13
- 2852 code: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~
- 'code' was also declared here.
- 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>'.
- 2988 col: React.DetailedHTMLProps<React.ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
- ~~~
- node_modules/@types/react/index.d.ts:2853:13
- 2853 col: React.DetailedHTMLProps<React.ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
- ~~~
- 'col' was also declared here.
- 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>'.
- 2989 colgroup: React.DetailedHTMLProps<React.ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
- ~~~~~~~~
- node_modules/@types/react/index.d.ts:2854:13
- 2854 colgroup: React.DetailedHTMLProps<React.ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>;
- ~~~~~~~~
- 'colgroup' was also declared here.
- 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>'.
- 2990 data: React.DetailedHTMLProps<React.DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2855:13
- 2855 data: React.DetailedHTMLProps<React.DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>;
- ~~~~
- 'data' was also declared here.
- 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>'.
- 2991 datalist: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>;
- ~~~~~~~~
- node_modules/@types/react/index.d.ts:2856:13
- 2856 datalist: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>;
- ~~~~~~~~
- 'datalist' was also declared here.
- 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>'.
- 2992 dd: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~
- node_modules/@types/react/index.d.ts:2857:13
- 2857 dd: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~
- 'dd' was also declared here.
- 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>'.
- 2993 del: React.DetailedHTMLProps<React.DelHTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- node_modules/@types/react/index.d.ts:2858:13
- 2858 del: React.DetailedHTMLProps<React.DelHTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- 'del' was also declared here.
- 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>'.
- 2994 details: React.DetailedHTMLProps<React.DetailsHTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2859:13
- 2859 details: React.DetailedHTMLProps<React.DetailsHTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~
- 'details' was also declared here.
- 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>'.
- 2995 dfn: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- node_modules/@types/react/index.d.ts:2860:13
- 2860 dfn: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- 'dfn' was also declared here.
- 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>'.
- 2996 dialog: React.DetailedHTMLProps<React.DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2861:13
- 2861 dialog: React.DetailedHTMLProps<React.DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>;
- ~~~~~~
- 'dialog' was also declared here.
- 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>'.
- 2997 div: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
- ~~~
- node_modules/@types/react/index.d.ts:2862:13
- 2862 div: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
- ~~~
- 'div' was also declared here.
- 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>'.
- 2998 dl: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDListElement>, HTMLDListElement>;
- ~~
- node_modules/@types/react/index.d.ts:2863:13
- 2863 dl: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDListElement>, HTMLDListElement>;
- ~~
- 'dl' was also declared here.
- 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>'.
- 2999 dt: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~
- node_modules/@types/react/index.d.ts:2864:13
- 2864 dt: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~
- 'dt' was also declared here.
- 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>'.
- 3000 em: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~
- node_modules/@types/react/index.d.ts:2865:13
- 2865 em: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~
- 'em' was also declared here.
- 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>'.
- 3001 embed: React.DetailedHTMLProps<React.EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:2866:13
- 2866 embed: React.DetailedHTMLProps<React.EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>;
- ~~~~~
- 'embed' was also declared here.
- 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>'.
- 3002 fieldset: React.DetailedHTMLProps<React.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>;
- ~~~~~~~~
- node_modules/@types/react/index.d.ts:2867:13
- 2867 fieldset: React.DetailedHTMLProps<React.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>;
- ~~~~~~~~
- 'fieldset' was also declared here.
- 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>'.
- 3003 figcaption: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2868:13
- 2868 figcaption: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~~~~
- 'figcaption' was also declared here.
- 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>'.
- 3004 figure: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2869:13
- 2869 figure: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~
- 'figure' was also declared here.
- 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>'.
- 3005 footer: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2870:13
- 2870 footer: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~
- 'footer' was also declared here.
- 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>'.
- 3006 form: React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2871:13
- 2871 form: React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>;
- ~~~~
- 'form' was also declared here.
- 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>'.
- 3007 h1: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
- ~~
- node_modules/@types/react/index.d.ts:2872:13
- 2872 h1: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
- ~~
- 'h1' was also declared here.
- 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>'.
- 3008 h2: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
- ~~
- node_modules/@types/react/index.d.ts:2873:13
- 2873 h2: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
- ~~
- 'h2' was also declared here.
- 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>'.
- 3009 h3: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
- ~~
- node_modules/@types/react/index.d.ts:2874:13
- 2874 h3: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
- ~~
- 'h3' was also declared here.
- 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>'.
- 3010 h4: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
- ~~
- node_modules/@types/react/index.d.ts:2875:13
- 2875 h4: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
- ~~
- 'h4' was also declared here.
- 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>'.
- 3011 h5: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
- ~~
- node_modules/@types/react/index.d.ts:2876:13
- 2876 h5: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
- ~~
- 'h5' was also declared here.
- 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>'.
- 3012 h6: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
- ~~
- node_modules/@types/react/index.d.ts:2877:13
- 2877 h6: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>;
- ~~
- 'h6' was also declared here.
- 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>'.
- 3013 head: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2878:13
- 2878 head: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>;
- ~~~~
- 'head' was also declared here.
- 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>'.
- 3014 header: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2879:13
- 2879 header: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~
- 'header' was also declared here.
- 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>'.
- 3015 hgroup: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2880:13
- 2880 hgroup: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~
- 'hgroup' was also declared here.
- 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>'.
- 3016 hr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHRElement>, HTMLHRElement>;
- ~~
- node_modules/@types/react/index.d.ts:2881:13
- 2881 hr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLHRElement>, HTMLHRElement>;
- ~~
- 'hr' was also declared here.
- 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>'.
- 3017 html: React.DetailedHTMLProps<React.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2882:13
- 2882 html: React.DetailedHTMLProps<React.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>;
- ~~~~
- 'html' was also declared here.
- 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>'.
- 3018 i: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~
- node_modules/@types/react/index.d.ts:2883:13
- 2883 i: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~
- 'i' was also declared here.
- 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>'.
- 3019 iframe: React.DetailedHTMLProps<React.IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2884:13
- 2884 iframe: React.DetailedHTMLProps<React.IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>;
- ~~~~~~
- 'iframe' was also declared here.
- 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>'.
- 3020 img: React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>;
- ~~~
- node_modules/@types/react/index.d.ts:2885:13
- 2885 img: React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>;
- ~~~
- 'img' was also declared here.
- 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>'.
- 3021 input: React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:2886:13
- 2886 input: React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
- ~~~~~
- 'input' was also declared here.
- 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>'.
- 3022 ins: React.DetailedHTMLProps<React.InsHTMLAttributes<HTMLModElement>, HTMLModElement>;
- ~~~
- node_modules/@types/react/index.d.ts:2887:13
- 2887 ins: React.DetailedHTMLProps<React.InsHTMLAttributes<HTMLModElement>, HTMLModElement>;
- ~~~
- 'ins' was also declared here.
- 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>'.
- 3023 kbd: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- node_modules/@types/react/index.d.ts:2888:13
- 2888 kbd: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- 'kbd' was also declared here.
- 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>'.
- 3024 keygen: React.DetailedHTMLProps<React.KeygenHTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2889:13
- 2889 keygen: React.DetailedHTMLProps<React.KeygenHTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~
- 'keygen' was also declared here.
- 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>'.
- 3025 label: React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:2890:13
- 2890 label: React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>;
- ~~~~~
- 'label' was also declared here.
- 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>'.
- 3026 legend: React.DetailedHTMLProps<React.HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2891:13
- 2891 legend: React.DetailedHTMLProps<React.HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>;
- ~~~~~~
- 'legend' was also declared here.
- 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>'.
- 3027 li: React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>;
- ~~
- node_modules/@types/react/index.d.ts:2892:13
- 2892 li: React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>;
- ~~
- 'li' was also declared here.
- 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>'.
- 3028 link: React.DetailedHTMLProps<React.LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2893:13
- 2893 link: React.DetailedHTMLProps<React.LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>;
- ~~~~
- 'link' was also declared here.
- 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>'.
- 3029 main: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2894:13
- 2894 main: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~
- 'main' was also declared here.
- 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>'.
- 3030 map: React.DetailedHTMLProps<React.MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>;
- ~~~
- node_modules/@types/react/index.d.ts:2895:13
- 2895 map: React.DetailedHTMLProps<React.MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>;
- ~~~
- 'map' was also declared here.
- 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>'.
- 3031 mark: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2896:13
- 2896 mark: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~
- 'mark' was also declared here.
- 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>'.
- 3032 menu: React.DetailedHTMLProps<React.MenuHTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2897:13
- 2897 menu: React.DetailedHTMLProps<React.MenuHTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~
- 'menu' was also declared here.
- 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>'.
- 3033 menuitem: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~~
- node_modules/@types/react/index.d.ts:2898:13
- 2898 menuitem: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~~
- 'menuitem' was also declared here.
- 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>'.
- 3034 meta: React.DetailedHTMLProps<React.MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2899:13
- 2899 meta: React.DetailedHTMLProps<React.MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>;
- ~~~~
- 'meta' was also declared here.
- 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>'.
- 3035 meter: React.DetailedHTMLProps<React.MeterHTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:2900:13
- 2900 meter: React.DetailedHTMLProps<React.MeterHTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~
- 'meter' was also declared here.
- 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>'.
- 3036 nav: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- node_modules/@types/react/index.d.ts:2901:13
- 2901 nav: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- 'nav' was also declared here.
- 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>'.
- 3037 noindex: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2902:13
- 2902 noindex: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~
- 'noindex' was also declared here.
- 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>'.
- 3038 noscript: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~~
- node_modules/@types/react/index.d.ts:2903:13
- 2903 noscript: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~~
- 'noscript' was also declared here.
- 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>'.
- 3039 object: React.DetailedHTMLProps<React.ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2904:13
- 2904 object: React.DetailedHTMLProps<React.ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>;
- ~~~~~~
- 'object' was also declared here.
- 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>'.
- 3040 ol: React.DetailedHTMLProps<React.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>;
- ~~
- node_modules/@types/react/index.d.ts:2905:13
- 2905 ol: React.DetailedHTMLProps<React.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>;
- ~~
- 'ol' was also declared here.
- 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>'.
- 3041 optgroup: React.DetailedHTMLProps<React.OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>;
- ~~~~~~~~
- node_modules/@types/react/index.d.ts:2906:13
- 2906 optgroup: React.DetailedHTMLProps<React.OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>;
- ~~~~~~~~
- 'optgroup' was also declared here.
- 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>'.
- 3042 option: React.DetailedHTMLProps<React.OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2907:13
- 2907 option: React.DetailedHTMLProps<React.OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>;
- ~~~~~~
- 'option' was also declared here.
- 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>'.
- 3043 output: React.DetailedHTMLProps<React.OutputHTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2908:13
- 2908 output: React.DetailedHTMLProps<React.OutputHTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~
- 'output' was also declared here.
- 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>'.
- 3044 p: React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>;
- ~
- node_modules/@types/react/index.d.ts:2909:13
- 2909 p: React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>;
- ~
- 'p' was also declared here.
- 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>'.
- 3045 param: React.DetailedHTMLProps<React.ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:2910:13
- 2910 param: React.DetailedHTMLProps<React.ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>;
- ~~~~~
- 'param' was also declared here.
- 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>'.
- 3046 picture: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2911:13
- 2911 picture: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~
- 'picture' was also declared here.
- 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>'.
- 3047 pre: React.DetailedHTMLProps<React.HTMLAttributes<HTMLPreElement>, HTMLPreElement>;
- ~~~
- node_modules/@types/react/index.d.ts:2912:13
- 2912 pre: React.DetailedHTMLProps<React.HTMLAttributes<HTMLPreElement>, HTMLPreElement>;
- ~~~
- 'pre' was also declared here.
- 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>'.
- 3048 progress: React.DetailedHTMLProps<React.ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>;
- ~~~~~~~~
- node_modules/@types/react/index.d.ts:2913:13
- 2913 progress: React.DetailedHTMLProps<React.ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>;
- ~~~~~~~~
- 'progress' was also declared here.
- 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>'.
- 3049 q: React.DetailedHTMLProps<React.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>;
- ~
- node_modules/@types/react/index.d.ts:2914:13
- 2914 q: React.DetailedHTMLProps<React.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>;
- ~
- 'q' was also declared here.
- 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>'.
- 3050 rp: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~
- node_modules/@types/react/index.d.ts:2915:13
- 2915 rp: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~
- 'rp' was also declared here.
- 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>'.
- 3051 rt: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~
- node_modules/@types/react/index.d.ts:2916:13
- 2916 rt: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~
- 'rt' was also declared here.
- 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>'.
- 3052 ruby: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2917:13
- 2917 ruby: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~
- 'ruby' was also declared here.
- 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>'.
- 3053 s: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~
- node_modules/@types/react/index.d.ts:2918:13
- 2918 s: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~
- 's' was also declared here.
- 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>'.
- 3054 samp: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2919:13
- 2919 samp: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~
- 'samp' was also declared here.
- 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>'.
- 3056 script: React.DetailedHTMLProps<React.ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2920:13
- 2920 script: React.DetailedHTMLProps<React.ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>;
- ~~~~~~
- 'script' was also declared here.
- 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>'.
- 3057 section: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2921:13
- 2921 section: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~
- 'section' was also declared here.
- 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>'.
- 3058 select: React.DetailedHTMLProps<React.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2922:13
- 2922 select: React.DetailedHTMLProps<React.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>;
- ~~~~~~
- 'select' was also declared here.
- 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>'.
- 3059 small: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:2923:13
- 2923 small: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~
- 'small' was also declared here.
- 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>'.
- 3060 source: React.DetailedHTMLProps<React.SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2924:13
- 2924 source: React.DetailedHTMLProps<React.SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>;
- ~~~~~~
- 'source' was also declared here.
- 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>'.
- 3061 span: React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2925:13
- 2925 span: React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>;
- ~~~~
- 'span' was also declared here.
- 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>'.
- 3062 strong: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2926:13
- 2926 strong: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~
- 'strong' was also declared here.
- 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>'.
- 3063 style: React.DetailedHTMLProps<React.StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:2927:13
- 2927 style: React.DetailedHTMLProps<React.StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>;
- ~~~~~
- 'style' was also declared here.
- 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>'.
- 3064 sub: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- node_modules/@types/react/index.d.ts:2928:13
- 2928 sub: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- 'sub' was also declared here.
- 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>'.
- 3065 summary: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2929:13
- 2929 summary: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~~~
- 'summary' was also declared here.
- 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>'.
- 3066 sup: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- node_modules/@types/react/index.d.ts:2930:13
- 2930 sup: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- 'sup' was also declared here.
- 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>'.
- 3067 table: React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:2931:13
- 2931 table: React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>;
- ~~~~~
- 'table' was also declared here.
- 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>'.
- 3068 template: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>;
- ~~~~~~~~
- node_modules/@types/react/index.d.ts:2932:13
- 2932 template: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>;
- ~~~~~~~~
- 'template' was also declared here.
- 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>'.
- 3069 tbody: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:2933:13
- 2933 tbody: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
- ~~~~~
- 'tbody' was also declared here.
- 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>'.
- 3070 td: React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>;
- ~~
- node_modules/@types/react/index.d.ts:2934:13
- 2934 td: React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>;
- ~~
- 'td' was also declared here.
- 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>'.
- 3071 textarea: React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>;
- ~~~~~~~~
- node_modules/@types/react/index.d.ts:2935:13
- 2935 textarea: React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>;
- ~~~~~~~~
- 'textarea' was also declared here.
- 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>'.
- 3072 tfoot: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:2936:13
- 2936 tfoot: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
- ~~~~~
- 'tfoot' was also declared here.
- 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>'.
- 3073 th: React.DetailedHTMLProps<React.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>;
- ~~
- node_modules/@types/react/index.d.ts:2937:13
- 2937 th: React.DetailedHTMLProps<React.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>;
- ~~
- 'th' was also declared here.
- 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>'.
- 3074 thead: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:2938:13
- 2938 thead: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>;
- ~~~~~
- 'thead' was also declared here.
- 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>'.
- 3075 time: React.DetailedHTMLProps<React.TimeHTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2939:13
- 2939 time: React.DetailedHTMLProps<React.TimeHTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~
- 'time' was also declared here.
- 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>'.
- 3076 title: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:2940:13
- 2940 title: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>;
- ~~~~~
- 'title' was also declared here.
- 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>'.
- 3077 tr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>;
- ~~
- node_modules/@types/react/index.d.ts:2941:13
- 2941 tr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>;
- ~~
- 'tr' was also declared here.
- 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>'.
- 3078 track: React.DetailedHTMLProps<React.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:2942:13
- 2942 track: React.DetailedHTMLProps<React.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>;
- ~~~~~
- 'track' was also declared here.
- 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>'.
- 3079 u: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~
- node_modules/@types/react/index.d.ts:2943:13
- 2943 u: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~
- 'u' was also declared here.
- 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>'.
- 3080 ul: React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>;
- ~~
- node_modules/@types/react/index.d.ts:2944:13
- 2944 ul: React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>;
- ~~
- 'ul' was also declared here.
- 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>'.
- 3081 "var": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:2945:13
- 2945 "var": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~~~
- '"var"' was also declared here.
- 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>'.
- 3082 video: React.DetailedHTMLProps<React.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:2946:13
- 2946 video: React.DetailedHTMLProps<React.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>;
- ~~~~~
- 'video' was also declared here.
- 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>'.
- 3083 wbr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- node_modules/@types/react/index.d.ts:2947:13
- 2947 wbr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
- ~~~
- 'wbr' was also declared here.
- 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>'.
- 3084 webview: React.DetailedHTMLProps<React.WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2948:13
- 2948 webview: React.DetailedHTMLProps<React.WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>;
- ~~~~~~~
- 'webview' was also declared here.
- 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>'.
- 3087 svg: React.SVGProps<SVGSVGElement>;
- ~~~
- node_modules/@types/react/index.d.ts:2951:13
- 2951 svg: React.SVGProps<SVGSVGElement>;
- ~~~
- 'svg' was also declared here.
- 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>'.
- 3089 animate: React.SVGProps<SVGElement>; // TODO: It is SVGAnimateElement but is not in TypeScript's lib.dom.d.ts for now.
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2953:13
- 2953 animate: React.SVGProps<SVGElement>; // TODO: It is SVGAnimateElement but is not in TypeScript's lib.dom.d.ts for now.
- ~~~~~~~
- 'animate' was also declared here.
- node_modules/@types/react-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>'.
- 3090 animateMotion: React.SVGProps<SVGElement>;
- ~~~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2954:13
- 2954 animateMotion: React.SVGProps<SVGElement>;
- ~~~~~~~~~~~~~
- 'animateMotion' was also declared here.
- 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>'.
- 3091 animateTransform: React.SVGProps<SVGElement>; // TODO: It is SVGAnimateTransformElement but is not in TypeScript's lib.dom.d.ts for now.
- ~~~~~~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2955:13
- 2955 animateTransform: React.SVGProps<SVGElement>; // TODO: It is SVGAnimateTransformElement but is not in TypeScript's lib.dom.d.ts for now.
- ~~~~~~~~~~~~~~~~
- 'animateTransform' was also declared here.
- node_modules/@types/react-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>'.
- 3092 circle: React.SVGProps<SVGCircleElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2956:13
- 2956 circle: React.SVGProps<SVGCircleElement>;
- ~~~~~~
- 'circle' was also declared here.
- 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>'.
- 3093 clipPath: React.SVGProps<SVGClipPathElement>;
- ~~~~~~~~
- node_modules/@types/react/index.d.ts:2957:13
- 2957 clipPath: React.SVGProps<SVGClipPathElement>;
- ~~~~~~~~
- 'clipPath' was also declared here.
- 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>'.
- 3094 defs: React.SVGProps<SVGDefsElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2958:13
- 2958 defs: React.SVGProps<SVGDefsElement>;
- ~~~~
- 'defs' was also declared here.
- 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>'.
- 3095 desc: React.SVGProps<SVGDescElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2959:13
- 2959 desc: React.SVGProps<SVGDescElement>;
- ~~~~
- 'desc' was also declared here.
- 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>'.
- 3096 ellipse: React.SVGProps<SVGEllipseElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2960:13
- 2960 ellipse: React.SVGProps<SVGEllipseElement>;
- ~~~~~~~
- 'ellipse' was also declared here.
- 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>'.
- 3097 feBlend: React.SVGProps<SVGFEBlendElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2961:13
- 2961 feBlend: React.SVGProps<SVGFEBlendElement>;
- ~~~~~~~
- 'feBlend' was also declared here.
- 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>'.
- 3098 feColorMatrix: React.SVGProps<SVGFEColorMatrixElement>;
- ~~~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2962:13
- 2962 feColorMatrix: React.SVGProps<SVGFEColorMatrixElement>;
- ~~~~~~~~~~~~~
- 'feColorMatrix' was also declared here.
- 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>'.
- 3099 feComponentTransfer: React.SVGProps<SVGFEComponentTransferElement>;
- ~~~~~~~~~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2963:13
- 2963 feComponentTransfer: React.SVGProps<SVGFEComponentTransferElement>;
- ~~~~~~~~~~~~~~~~~~~
- 'feComponentTransfer' was also declared here.
- 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>'.
- 3100 feComposite: React.SVGProps<SVGFECompositeElement>;
- ~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2964:13
- 2964 feComposite: React.SVGProps<SVGFECompositeElement>;
- ~~~~~~~~~~~
- 'feComposite' was also declared here.
- 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>'.
- 3101 feConvolveMatrix: React.SVGProps<SVGFEConvolveMatrixElement>;
- ~~~~~~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2965:13
- 2965 feConvolveMatrix: React.SVGProps<SVGFEConvolveMatrixElement>;
- ~~~~~~~~~~~~~~~~
- 'feConvolveMatrix' was also declared here.
- 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>'.
- 3102 feDiffuseLighting: React.SVGProps<SVGFEDiffuseLightingElement>;
- ~~~~~~~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2966:13
- 2966 feDiffuseLighting: React.SVGProps<SVGFEDiffuseLightingElement>;
- ~~~~~~~~~~~~~~~~~
- 'feDiffuseLighting' was also declared here.
- 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>'.
- 3103 feDisplacementMap: React.SVGProps<SVGFEDisplacementMapElement>;
- ~~~~~~~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2967:13
- 2967 feDisplacementMap: React.SVGProps<SVGFEDisplacementMapElement>;
- ~~~~~~~~~~~~~~~~~
- 'feDisplacementMap' was also declared here.
- 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>'.
- 3104 feDistantLight: React.SVGProps<SVGFEDistantLightElement>;
- ~~~~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2968:13
- 2968 feDistantLight: React.SVGProps<SVGFEDistantLightElement>;
- ~~~~~~~~~~~~~~
- 'feDistantLight' was also declared here.
- 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>'.
- 3105 feDropShadow: React.SVGProps<SVGFEDropShadowElement>;
- ~~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2969:13
- 2969 feDropShadow: React.SVGProps<SVGFEDropShadowElement>;
- ~~~~~~~~~~~~
- 'feDropShadow' was also declared here.
- 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>'.
- 3106 feFlood: React.SVGProps<SVGFEFloodElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2970:13
- 2970 feFlood: React.SVGProps<SVGFEFloodElement>;
- ~~~~~~~
- 'feFlood' was also declared here.
- 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>'.
- 3107 feFuncA: React.SVGProps<SVGFEFuncAElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2971:13
- 2971 feFuncA: React.SVGProps<SVGFEFuncAElement>;
- ~~~~~~~
- 'feFuncA' was also declared here.
- 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>'.
- 3108 feFuncB: React.SVGProps<SVGFEFuncBElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2972:13
- 2972 feFuncB: React.SVGProps<SVGFEFuncBElement>;
- ~~~~~~~
- 'feFuncB' was also declared here.
- 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>'.
- 3109 feFuncG: React.SVGProps<SVGFEFuncGElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2973:13
- 2973 feFuncG: React.SVGProps<SVGFEFuncGElement>;
- ~~~~~~~
- 'feFuncG' was also declared here.
- 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>'.
- 3110 feFuncR: React.SVGProps<SVGFEFuncRElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2974:13
- 2974 feFuncR: React.SVGProps<SVGFEFuncRElement>;
- ~~~~~~~
- 'feFuncR' was also declared here.
- 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>'.
- 3111 feGaussianBlur: React.SVGProps<SVGFEGaussianBlurElement>;
- ~~~~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2975:13
- 2975 feGaussianBlur: React.SVGProps<SVGFEGaussianBlurElement>;
- ~~~~~~~~~~~~~~
- 'feGaussianBlur' was also declared here.
- 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>'.
- 3112 feImage: React.SVGProps<SVGFEImageElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2976:13
- 2976 feImage: React.SVGProps<SVGFEImageElement>;
- ~~~~~~~
- 'feImage' was also declared here.
- 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>'.
- 3113 feMerge: React.SVGProps<SVGFEMergeElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2977:13
- 2977 feMerge: React.SVGProps<SVGFEMergeElement>;
- ~~~~~~~
- 'feMerge' was also declared here.
- 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>'.
- 3114 feMergeNode: React.SVGProps<SVGFEMergeNodeElement>;
- ~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2978:13
- 2978 feMergeNode: React.SVGProps<SVGFEMergeNodeElement>;
- ~~~~~~~~~~~
- 'feMergeNode' was also declared here.
- 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>'.
- 3115 feMorphology: React.SVGProps<SVGFEMorphologyElement>;
- ~~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2979:13
- 2979 feMorphology: React.SVGProps<SVGFEMorphologyElement>;
- ~~~~~~~~~~~~
- 'feMorphology' was also declared here.
- 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>'.
- 3116 feOffset: React.SVGProps<SVGFEOffsetElement>;
- ~~~~~~~~
- node_modules/@types/react/index.d.ts:2980:13
- 2980 feOffset: React.SVGProps<SVGFEOffsetElement>;
- ~~~~~~~~
- 'feOffset' was also declared here.
- 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>'.
- 3117 fePointLight: React.SVGProps<SVGFEPointLightElement>;
- ~~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2981:13
- 2981 fePointLight: React.SVGProps<SVGFEPointLightElement>;
- ~~~~~~~~~~~~
- 'fePointLight' was also declared here.
- 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>'.
- 3118 feSpecularLighting: React.SVGProps<SVGFESpecularLightingElement>;
- ~~~~~~~~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2982:13
- 2982 feSpecularLighting: React.SVGProps<SVGFESpecularLightingElement>;
- ~~~~~~~~~~~~~~~~~~
- 'feSpecularLighting' was also declared here.
- 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>'.
- 3119 feSpotLight: React.SVGProps<SVGFESpotLightElement>;
- ~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2983:13
- 2983 feSpotLight: React.SVGProps<SVGFESpotLightElement>;
- ~~~~~~~~~~~
- 'feSpotLight' was also declared here.
- 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>'.
- 3120 feTile: React.SVGProps<SVGFETileElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2984:13
- 2984 feTile: React.SVGProps<SVGFETileElement>;
- ~~~~~~
- 'feTile' was also declared here.
- 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>'.
- 3121 feTurbulence: React.SVGProps<SVGFETurbulenceElement>;
- ~~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2985:13
- 2985 feTurbulence: React.SVGProps<SVGFETurbulenceElement>;
- ~~~~~~~~~~~~
- 'feTurbulence' was also declared here.
- 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>'.
- 3122 filter: React.SVGProps<SVGFilterElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2986:13
- 2986 filter: React.SVGProps<SVGFilterElement>;
- ~~~~~~
- 'filter' was also declared here.
- 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>'.
- 3123 foreignObject: React.SVGProps<SVGForeignObjectElement>;
- ~~~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2987:13
- 2987 foreignObject: React.SVGProps<SVGForeignObjectElement>;
- ~~~~~~~~~~~~~
- 'foreignObject' was also declared here.
- 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>'.
- 3124 g: React.SVGProps<SVGGElement>;
- ~
- node_modules/@types/react/index.d.ts:2988:13
- 2988 g: React.SVGProps<SVGGElement>;
- ~
- 'g' was also declared here.
- 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>'.
- 3125 image: React.SVGProps<SVGImageElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:2989:13
- 2989 image: React.SVGProps<SVGImageElement>;
- ~~~~~
- 'image' was also declared here.
- 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>'.
- 3126 line: React.SVGProps<SVGLineElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2990:13
- 2990 line: React.SVGProps<SVGLineElement>;
- ~~~~
- 'line' was also declared here.
- 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>'.
- 3127 linearGradient: React.SVGProps<SVGLinearGradientElement>;
- ~~~~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:2991:13
- 2991 linearGradient: React.SVGProps<SVGLinearGradientElement>;
- ~~~~~~~~~~~~~~
- 'linearGradient' was also declared here.
- 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>'.
- 3128 marker: React.SVGProps<SVGMarkerElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:2992:13
- 2992 marker: React.SVGProps<SVGMarkerElement>;
- ~~~~~~
- 'marker' was also declared here.
- 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>'.
- 3129 mask: React.SVGProps<SVGMaskElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2993:13
- 2993 mask: React.SVGProps<SVGMaskElement>;
- ~~~~
- 'mask' was also declared here.
- 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>'.
- 3130 metadata: React.SVGProps<SVGMetadataElement>;
- ~~~~~~~~
- node_modules/@types/react/index.d.ts:2994:13
- 2994 metadata: React.SVGProps<SVGMetadataElement>;
- ~~~~~~~~
- 'metadata' was also declared here.
- 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>'.
- 3131 mpath: React.SVGProps<SVGElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:2995:13
- 2995 mpath: React.SVGProps<SVGElement>;
- ~~~~~
- 'mpath' was also declared here.
- 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>'.
- 3132 path: React.SVGProps<SVGPathElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:2996:13
- 2996 path: React.SVGProps<SVGPathElement>;
- ~~~~
- 'path' was also declared here.
- 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>'.
- 3133 pattern: React.SVGProps<SVGPatternElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2997:13
- 2997 pattern: React.SVGProps<SVGPatternElement>;
- ~~~~~~~
- 'pattern' was also declared here.
- 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>'.
- 3134 polygon: React.SVGProps<SVGPolygonElement>;
- ~~~~~~~
- node_modules/@types/react/index.d.ts:2998:13
- 2998 polygon: React.SVGProps<SVGPolygonElement>;
- ~~~~~~~
- 'polygon' was also declared here.
- 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>'.
- 3135 polyline: React.SVGProps<SVGPolylineElement>;
- ~~~~~~~~
- node_modules/@types/react/index.d.ts:2999:13
- 2999 polyline: React.SVGProps<SVGPolylineElement>;
- ~~~~~~~~
- 'polyline' was also declared here.
- 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>'.
- 3136 radialGradient: React.SVGProps<SVGRadialGradientElement>;
- ~~~~~~~~~~~~~~
- node_modules/@types/react/index.d.ts:3000:13
- 3000 radialGradient: React.SVGProps<SVGRadialGradientElement>;
- ~~~~~~~~~~~~~~
- 'radialGradient' was also declared here.
- 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>'.
- 3137 rect: React.SVGProps<SVGRectElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:3001:13
- 3001 rect: React.SVGProps<SVGRectElement>;
- ~~~~
- 'rect' was also declared here.
- 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>'.
- 3138 stop: React.SVGProps<SVGStopElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:3002:13
- 3002 stop: React.SVGProps<SVGStopElement>;
- ~~~~
- 'stop' was also declared here.
- 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>'.
- 3139 switch: React.SVGProps<SVGSwitchElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:3003:13
- 3003 switch: React.SVGProps<SVGSwitchElement>;
- ~~~~~~
- 'switch' was also declared here.
- 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>'.
- 3140 symbol: React.SVGProps<SVGSymbolElement>;
- ~~~~~~
- node_modules/@types/react/index.d.ts:3004:13
- 3004 symbol: React.SVGProps<SVGSymbolElement>;
- ~~~~~~
- 'symbol' was also declared here.
- 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>'.
- 3141 text: React.SVGProps<SVGTextElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:3005:13
- 3005 text: React.SVGProps<SVGTextElement>;
- ~~~~
- 'text' was also declared here.
- 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>'.
- 3142 textPath: React.SVGProps<SVGTextPathElement>;
- ~~~~~~~~
- node_modules/@types/react/index.d.ts:3006:13
- 3006 textPath: React.SVGProps<SVGTextPathElement>;
- ~~~~~~~~
- 'textPath' was also declared here.
- 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>'.
- 3143 tspan: React.SVGProps<SVGTSpanElement>;
- ~~~~~
- node_modules/@types/react/index.d.ts:3007:13
- 3007 tspan: React.SVGProps<SVGTSpanElement>;
- ~~~~~
- 'tspan' was also declared here.
- 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>'.
- 3144 use: React.SVGProps<SVGUseElement>;
- ~~~
- node_modules/@types/react/index.d.ts:3008:13
- 3008 use: React.SVGProps<SVGUseElement>;
- ~~~
- 'use' was also declared here.
- 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>'.
- 3145 view: React.SVGProps<SVGViewElement>;
- ~~~~
- node_modules/@types/react/index.d.ts:3009:13
- 3009 view: React.SVGProps<SVGViewElement>;
- ~~~~
- 'view' was also declared here.
- node_modules/@types/react/index.d.ts:2820:14 - error TS2300: Duplicate identifier 'LibraryManagedAttributes'.
- 2820 type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
- ~~~~~~~~~~~~~~~~~~~~~~~~
- node_modules/@types/react-router/node_modules/@types/react/index.d.ts:2955:14
- 2955 type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
- ~~~~~~~~~~~~~~~~~~~~~~~~
- 'LibraryManagedAttributes' was also declared here.
- [10:26:47 AM] Found 188 errors. Watching for file changes.
- webpack built 30fb7e5a56a14d0081e9 in 92042ms
Add Comment
Please, Sign In to add comment