You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/15 14:48:54 UTC

[GitHub] [airflow] pierrejeambrun commented on a diff in pull request #25089: Upgrade utils files to typescript.

pierrejeambrun commented on code in PR #25089:
URL: https://github.com/apache/airflow/pull/25089#discussion_r922240717


##########
airflow/www/static/js/utils/testUtils.tsx:
##########
@@ -26,7 +27,10 @@ import { ContainerRefProvider } from '../context/containerRef';
 import { TimezoneProvider } from '../context/timezone';
 import { AutoRefreshProvider } from '../context/autorefresh';
 
-export const Wrapper = ({ children }) => {
+interface WrapperProps {
+  children: ReactNode;

Review Comment:
   Thank you, the PR is updated.



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org