Merge pull request #7 from vadim9999/develop #6
Annotations
10 errors and 1 warning
build (20.x):
src/App.tsx#L1
'React' is declared but its value is never read.
|
build (20.x):
src/Router.tsx#L3
Module '"react-router-dom"' has no exported member 'Switch'.
|
build (20.x):
src/Router.tsx#L11
'withRouter' is declared but its value is never read.
|
build (20.x):
src/Router.tsx#L11
Module '"react-router"' has no exported member 'withRouter'.
|
build (20.x):
src/Router.tsx#L89
Type '{ path: string; exact: true; component: ConnectedComponent<typeof ConnectedLogin, { ref?: LegacyRef<ConnectedLogin> | undefined; key?: Key | null | undefined; context?: Context<...> | undefined; store?: Store<...> | undefined; }>; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
build (20.x):
src/Router.tsx#L90
Type '{ path: string; exact: true; component: ConnectedComponent<typeof ConnectedLogin, { ref?: LegacyRef<ConnectedLogin> | undefined; key?: Key | null | undefined; context?: Context<...> | undefined; store?: Store<...> | undefined; }>; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
build (20.x):
src/Router.tsx#L92
Type '{ path: string; component: ConnectedComponent<typeof ConnectedTodoList, { ref?: LegacyRef<ConnectedTodoList> | undefined; key?: Key | null | undefined; context?: Context<...> | undefined; store?: Store<...> | undefined; }>; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
|
build (20.x):
src/__tests__/ButtonAddTask/ButtonAddTask.test.tsx#L1
'React' is declared but its value is never read.
|
build (20.x):
src/__tests__/ButtonAddTask/ButtonAddTask.test.tsx#L3
Cannot find module 'enzyme' or its corresponding type declarations.
|
build (20.x):
src/__tests__/ButtonAddTask/ButtonAddTask.test.tsx#L4
Cannot find module 'redux-mock-store' or its corresponding type declarations.
|
build (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|