Codingaditya17 commented on issue #67541: URL: https://github.com/apache/airflow/issues/67541#issuecomment-4544166995
Hi, I opened a PR for this follow-up issue: https://github.com/apache/airflow/pull/67552 The PR keeps the scope limited to the direct `child_states` rendering sites mentioned here: - `SegmentedStateBar.tsx` - `TaskInstanceTooltip.tsx` It adds small normalization helpers for the serialized `"None"` child state so the UI uses the existing no-status color/translation path instead of rendering `None.solid` or `common:states.None`. Targeted tests are passing: ```bash pnpm vitest run src/utils/stateUtils.test.ts src/components/TaskInstanceTooltip.test.tsx Test Files 2 passed (2) Tests 21 passed (21) -- 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]
