Improved UI #21
Annotations
6 errors and 1 warning
Check typings on nextjs
Type '"userToArticleLikes"' is not assignable to type '"articleAmounts" | "articleBuyers" | "articleCommentToUser" | "articleIdToUser" | "articleIds" | "articlePrices" | "articleToBookmarks" | "articleToComments" | "basedArticles" | ... 6 more ... | "userToFollowing"'. Did you mean '"userArticles"'?
|
Check typings on nextjs
Type '"articleToLikes"' is not assignable to type '"articleAmounts" | "articleBuyers" | "articleCommentToUser" | "articleIdToUser" | "articleIds" | "articlePrices" | "articleToBookmarks" | "articleToComments" | "basedArticles" | ... 6 more ... | "userToFollowing"'.
|
Check typings on nextjs
Type '"likeArticle"' is not assignable to type '"bookmarkArticle" | "buyArticle" | "commentOnArticle" | "createArticle" | "deleteArticle" | "deleteComment" | "followUser" | "removeBookmark" | "removeFollower" | "unfollowUser" | "updateArticleAmount" | "updateArticlePrice"'.
|
Check typings on nextjs
Type '"unlikeArticle"' is not assignable to type '"bookmarkArticle" | "buyArticle" | "commentOnArticle" | "createArticle" | "deleteArticle" | "deleteComment" | "followUser" | "removeBookmark" | "removeFollower" | "unfollowUser" | "updateArticleAmount" | "updateArticlePrice"'.
|
Check typings on nextjs
Argument of type 'readonly [string] | readonly [bigint] | readonly [boolean] | readonly [string, string, bigint]' is not assignable to parameter of type 'SetStateAction<boolean>'.
|
Check typings on nextjs
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading