You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mnmnk43434 even after solving this issue, still there are below compilation errors...
TSError: ⨯ Unable to compile TypeScript:
src/routes/movies/dramacool.ts:79:35 - error TS2339: Property 'fetchPopular' does not exist on type 'DramaCool'.
79 const res = await dramacool.fetchPopular(page ? page : 1);
~~~~~~~~~~~~
src/routes/movies/dramacool.ts:91:35 - error TS2339: Property 'fetchRecentMovies' does not exist on type 'DramaCool'.
91 const res = await dramacool.fetchRecentMovies(page ? page : 1);
~~~~~~~~~~~~~~~~~
src/routes/movies/dramacool.ts:103:35 - error TS2339: Property 'fetchRecentTvShows' does not exist on type 'DramaCool'.
Describe the bug
Server not starting due to typescript compilation error in .fetchChapters function
Steps to reproduce
run npm start or npm dev and you must see the issue ...
Error : src/routes/manga/mangakakalot.ts:54:38 - error TS2554: Expected 1 arguments, but got 2.
54 .fetchChapterPages(chapterId,mangaId)
Expected behavior
This should not happen, please resolve the issue
Actual behavior
.
Additional context
No response
The text was updated successfully, but these errors were encountered: