Subham-KRLX commented on PR #67169: URL: https://github.com/apache/airflow/pull/67169#issuecomment-4504187546
> I think there may be an effect ordering issue here between BaseLayout and Header. > > On a hard refresh of /dags/<dag_id>, both useDocumentTitle() hooks mount in the same commit, and React runs effects child → parent: > > 1. Header sets "examole Dag - Airflow" > 2. BaseLayout overwrites it with "Airflow" > > Screen.Recording.2026-05-20.at.11.30.26.PM.mov > Could you double-check the hard-refresh case? I removed the hook from BaseLayout to fix the effect ordering issue and simplify the logic -- 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]
