v0.0.2 #8
Annotations
10 errors and 2 warnings
src/App.tsx#L1
Cannot find module '@tanstack/react-router' or its corresponding type declarations.
|
src/App.tsx#L7
Cannot find module 'utils/nip19' or its corresponding type declarations.
|
src/App.tsx#L32
Parameter 'params' implicitly has an 'any' type.
|
src/App.tsx#L32
Type 'string | number | symbol' is not assignable to type 'string | number | bigint | boolean | null | undefined'.
|
src/App.tsx#L32
Type 'string | number | symbol' is not assignable to type 'string | number | bigint | boolean | null | undefined'.
|
src/App.tsx#L33
Parameter 'context' implicitly has an 'any' type.
|
src/App.tsx#L48
Parameter 'props' implicitly has an 'any' type.
|
src/App.tsx#L71
Invalid module name in augmentation, module '@tanstack/react-router' cannot be found.
|
src/components/elements/Header/Header.tsx#L2
Cannot find module '@tanstack/react-router' or its corresponding type declarations.
|
src/components/elements/Header/HeaderActions.tsx#L3
Cannot find module '../Buttons/ThemeButton' or its corresponding type declarations.
|
src/components/elements/Posts/Post.stories.tsx#L11
Do not use "@ts-ignore" because it alters compilation errors
|
src/stores/nostr/note.store.ts#L18
Do not use "@ts-ignore" because it alters compilation errors
|
The logs for this run have expired and are no longer available.
Loading