mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-05-15 02:53:00 +02:00
Debug
This commit is contained in:
parent
8c0f61fc6a
commit
cc14c5adad
@ -43,6 +43,8 @@ export function MangaFromId({mangaId, children} : { mangaId: string, children?:
|
||||
export function Manga({manga, children, loading} : { manga: IManga | undefined, children?: ReactElement<any, any> | ReactElement<any, any>[] | undefined, loading?: boolean}) {
|
||||
const useManga = manga ?? DefaultManga;
|
||||
loading = loading ?? false;
|
||||
console.log(useManga);
|
||||
console.log(manga);
|
||||
|
||||
const apiUri = useContext(ApiUriContext);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user