Merge pull request #22 from Apicurio/chore/upgrade-data-models-2.x #30
Annotations
9 errors
deploy
Type '{ children: string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | null; title: string; id: string; onEdit: (() => void) | undefined; }' is not assignable to type 'IntrinsicAttributes & { title: ReactNode; count?: number | undefined; id: string; children: ReactNode; }'.
|
deploy
Type '{ children: string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | null; title: string; id: string; onEdit: (() => void) | undefined; }' is not assignable to type 'IntrinsicAttributes & { title: ReactNode; count?: number | undefined; id: string; children: ReactNode; }'.
|
deploy
Type '{ children: string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | null; title: string; id: string; onEdit: (() => void) | undefined; }' is not assignable to type 'IntrinsicAttributes & { title: ReactNode; count?: number | undefined; id: string; children: ReactNode; }'.
|
deploy
Type '{ children: string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | null; title: string; id: string; count: number | undefined; onEdit: (() => void) | undefined; }' is not assignable to type 'IntrinsicAttributes & { title: ReactNode; count?: number | undefined; id: string; children: ReactNode; }'.
|
deploy
Type '{ children: string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | null; title: string; count: number | undefined; id: string; onEdit: (() => void) | undefined; }' is not assignable to type 'IntrinsicAttributes & { title: ReactNode; count?: number | undefined; id: string; children: ReactNode; }'.
|
deploy
Type '{ children: string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | null; title: string; count: number | undefined; id: string; onEdit: (() => void) | undefined; }' is not assignable to type 'IntrinsicAttributes & { title: ReactNode; count?: number | undefined; id: string; children: ReactNode; }'.
|
deploy
Type '{ children: string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | null; title: string; count: number | undefined; id: string; onEdit: (() => void) | undefined; }' is not assignable to type 'IntrinsicAttributes & { title: ReactNode; count?: number | undefined; id: string; children: ReactNode; }'.
|
deploy
Type '{ children: string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | null; title: string; count: number | undefined; id: string; onEdit: (() => void) | undefined; }' is not assignable to type 'IntrinsicAttributes & { title: ReactNode; count?: number | undefined; id: string; children: ReactNode; }'.
|
deploy
Process completed with exit code 2.
|