tirkarthi commented on code in PR #45607: URL: https://github.com/apache/airflow/pull/45607#discussion_r1922661933
########## airflow/ui/src/utils/AppWrapper.tsx: ########## Review Comment: Thanks, IIRC the issue was around `MemoryRouter` and `Router` with the existing routes configured not playing well as the app expects only one router as children and also some issues with `TimezoneProvider` position. I have made a `BaseWrapper` component and passed the relevant children as suggested to construct `Wrapper` and `AppWrapper` . -- 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]
