goutamk09 commented on issue #63709: URL: https://github.com/apache/airflow/issues/63709#issuecomment-4070064348
Hi everyone, I’d like to take a look at this issue. From a quick check in the UI code, it looks like the XCom value is rendered in `XComEntry.tsx`, where the component reads `data?.value` from `useXcomServiceGetXcomEntry`. I’ll try to reproduce the issue locally and check whether the problem is coming from the API response or the UI rendering. If it turns out to be a UI issue, I’ll work on proposing a fix in the `XComEntry` / `XComModal` components so the XCom item details are displayed correctly. Please let me know if there’s anything specific I should consider before proceeding. Thanks! -- 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]
