subscription form #20
Annotations
5 errors
deploy:
src/components/Subscription.tsx#L1
'React' is declared but its value is never read.
|
deploy:
src/components/Subscription.tsx#L7
'FormDescription' is declared but its value is never read.
|
deploy:
src/components/Subscription.tsx#L24
Argument of type '{ [k: string]: FormDataEntryValue; }' is not assignable to parameter of type 'string | string[][] | Record<string, string> | URLSearchParams | undefined'.
|
deploy:
src/components/Subscription.tsx#L65
Type '(event: { preventDefault: () => void; target: HTMLFormElement | undefined; }) => Promise<void>' is not assignable to type 'FormEventHandler<HTMLFormElement>'.
|
deploy
Process completed with exit code 2.
|