chore(deps): bump react and @types/react #6094
Annotations
10 errors and 10 warnings
test:
src/script/auth/component/AccountForm.tsx#L262
Type 'string[] | ReactNode[]' is not assignable to type 'ReactNode'.
|
test:
src/script/auth/component/AccountForm.tsx#L276
Type 'string[] | ReactNode[]' is not assignable to type 'ReactNode'.
|
test:
src/script/auth/component/AccountForm.tsx#L296
Type 'string[] | ReactNode[]' is not assignable to type 'ReactNode'.
|
test:
src/script/auth/component/LinkButton.tsx#L32
Type '{ disabled?: boolean; form?: string; formAction?: string | ((formData: FormData) => void | Promise<void>); formEncType?: string; formMethod?: string; formNoValidate?: boolean; ... 280 more ...; css: (theme: Theme) => CSSObject; }' is not assignable to type 'ClassAttributes<HTMLButtonElement> & ButtonHTMLAttributes<HTMLButtonElement> & { css?: Interpolation<Theme>; }'.
|
test:
src/script/auth/page/InitialInvite.tsx#L69
Expected 1 arguments, but got 0.
|
test:
src/script/auth/page/Login.tsx#L132
Expected 1 arguments, but got 0.
|
test:
src/script/auth/page/Login.tsx#L133
Expected 1 arguments, but got 0.
|
test:
src/script/auth/page/OAuthPermissions.tsx#L204
Type 'string[] | ReactNode[]' is not assignable to type 'ReactNode'.
|
test:
src/script/auth/page/OAuthPermissions.tsx#L247
Type 'string[] | ReactNode[]' is not assignable to type 'ReactNode'.
|
test:
src/script/auth/page/SetEmail.tsx#L47
Expected 1 arguments, but got 0.
|
test:
server/config/client.config.ts#L80
No magic number: 4
|
test:
server/config/client.config.ts#L83
No magic number: 500
|
test:
server/config/client.config.ts#L84
No magic number: 4
|
test:
server/config/client.config.ts#L85
No magic number: 8
|
test:
server/config/index.ts#L32
Caution: `dotenv` also has a named export `load`. Check if you meant to write `import {load} from 'dotenv-extended'` instead
|
test:
server/config/server.config.ts#L112
No magic number: 21080
|
test:
server/routes/RedirectRoutes.ts#L26
Caution: `express` also has a named export `Router`. Check if you meant to write `import {Router} from 'express'` instead
|
test:
server/routes/Root.ts#L29
Caution: `maxmind` also has a named export `open`. Check if you meant to write `import {open} from 'maxmind'` instead
|
test:
server/routes/Root.ts#L29
Caution: `geolite2` also has a named export `paths`. Check if you meant to write `import {paths} from 'geolite2'` instead
|
test:
server/routes/error/ErrorRoutes.ts#L26
Caution: `express` also has a named export `Router`. Check if you meant to write `import {Router} from 'express'` instead
|