Don't crash when deleting incompatible schema #131
Annotations
5 errors
check-ui
Process completed with exit code 2.
|
check-ui
Object literal may only specify known properties, and 'client' does not exist in type 'UseItemDataOptions<MySchema>'.
|
check-ui
Type '{ title: string; filter: { status: { eq: string; }; }; client: AgentClient<ExtractedData<MySchema>>; }' is not assignable to type 'IntrinsicAttributes & ItemCountProps'.
|
check-ui
Type '{ title: string; filter: { status: { eq: string; }; }; client: AgentClient<ExtractedData<MySchema>>; }' is not assignable to type 'IntrinsicAttributes & ItemCountProps'.
|
check-ui
Type '{ title: string; client: AgentClient<ExtractedData<MySchema>>; }' is not assignable to type 'IntrinsicAttributes & ItemCountProps'.
|