RoyLee1224 commented on PR #56351:
URL: https://github.com/apache/airflow/pull/56351#issuecomment-3561048190
It seems that the recent changes in this PR introduced some TypeScript
compilation errors and ESLint issues in
`src/airflow/ui/src/queries/useClearTaskInstances.ts.` Seems like this is
currently breaking the UI build.
Errors encountered:
```
TypeScript Error: Property 'body' does not exist on type '{ detail?:
unknown; }'.
ESLint Error: Unnecessary boolean literal compare (for prevent_running_task
=== true).
ESLint Error: Expected property shorthand.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]