fix: herezja #7
Annotations
14 errors and 1 warning
lint
Process completed with exit code 1.
|
lint
Process completed with exit code 1.
|
lint
Process completed with exit code 1.
|
lint:
components/Book.tsx#L4
Property 'book' does not exist on type '{}'.
|
lint:
components/Book.tsx#L4
Property 'isFavorite' does not exist on type '{}'.
|
lint:
components/Book.tsx#L4
Property 'handleFavorite' does not exist on type '{}'.
|
lint:
components/Book.tsx#L5
Parameter 'e' implicitly has an 'any' type.
|
lint:
components/Book.tsx#L14
Parameter 'author' implicitly has an 'any' type.
|
lint:
components/BookSearch.tsx#L89
Argument of type 'string' is not assignable to parameter of type 'never'.
|
lint:
components/BookSearch.tsx#L137
Type '{ key: string; book: Book_t; isFavorite: boolean; handleFavorite: ((book: Book) => void) | undefined; }' is not assignable to type 'IntrinsicAttributes & object'.
|
lint:
components/Favorites.tsx#L17
Argument of type 'string | null' is not assignable to parameter of type 'string'.
|
lint:
components/Favorites.tsx#L19
Parameter 'book' implicitly has an 'any' type.
|
lint:
components/Favorites.tsx#L21
Parameter 'language' implicitly has an 'any' type.
|
lint
Process completed with exit code 1.
|
lint
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/.
|