Skip to content

Don't crash when deleting incompatible schema #131

Don't crash when deleting incompatible schema

Don't crash when deleting incompatible schema #131

Triggered via pull request September 24, 2025 22:26
Status Failure
Total duration 40s
Artifacts

check-regeneration.yml

on: pull_request
check-template
8s
check-template
check-python
36s
check-python
check-ui
18s
check-ui
Fit to window
Zoom out
Zoom in

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'.