Merge pull request #542 from USEPA/feature/apply-package-updates #482
Annotations
9 errors
build
Cannot find namespace 'JSX'.
|
build
Cannot find namespace 'JSX'.
|
build
Type 'TagName' does not satisfy the constraint 'ElementType<any, keyof IntrinsicElements>'.
|
build
Module '"react-dom"' has no exported member 'render'.
|
build
Type '{ h1: (props: HeadingProps) => Element; h2: (props: HeadingProps) => Element; h3: (props: HeadingProps) => Element; }' is not assignable to type 'Partial<Omit<NormalComponents, keyof SpecialComponents> & SpecialComponents>'.
|
build
Type '{ a: ({ node, ...props }: ReactMarkdownProps) => Element; code?: string | number | symbol | CodeComponent | undefined; h1?: string | number | symbol | HeadingComponent | undefined; ... 10 more ...; ul?: string | ... 3 more ... | undefined; }' is not assignable to type 'Partial<Omit<NormalComponents, keyof SpecialComponents> & SpecialComponents>'.
|
build
Module '"react-dom"' has no exported member 'render'.
|
build
Type '{ h2: (props: HeadingProps) => Element; }' is not assignable to type 'Partial<Omit<NormalComponents, keyof SpecialComponents> & SpecialComponents>'.
|
build
Process completed with exit code 2.
|