minyeamer commented on code in PR #66809:
URL: https://github.com/apache/airflow/pull/66809#discussion_r3242954668
##########
airflow-core/src/airflow/ui/src/components/ReactMarkdown.tsx:
##########
@@ -60,8 +64,8 @@ const LinkComponent = ({
href,
title,
}: {
- readonly children: ReactNode;
- readonly href: string;
+ readonly children?: ReactNode;
+ readonly href?: string;
Review Comment:
Thank you for pointing this out.
I’ve addressed the issue in 92eb8e10 by restoring the required props to
match the original implementation.
Regarding the remaining requested changes, I will review and address them
within the next 24 hours as soon as I have a moment.
--
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]