Skip to content

Don't crash when deleting incompatible schema #130

Don't crash when deleting incompatible schema

Don't crash when deleting incompatible schema #130

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

check-regeneration.yml

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

Annotations

6 errors
check-template
Process completed with exit code 1.
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'.