parkhojeong commented on code in PR #66809:
URL: https://github.com/apache/airflow/pull/66809#discussion_r3239030555


##########
airflow-core/src/airflow/ui/src/main.tsx:
##########
@@ -20,6 +20,7 @@ import * as ChakraUI from "@chakra-ui/react";
 import * as EmotionReact from "@emotion/react";
 import { QueryClientProvider } from "@tanstack/react-query";
 import axios, { type AxiosError } from "axios";
+import "katex/dist/katex.min.css";

Review Comment:
    Could we avoid loading KaTeX CSS globally? This makes KaTeX assets part of 
the app-wide cost, even on screens that never render math.



-- 
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]

Reply via email to