The GitHub Actions job "Publish Docs to S3" on airflow.git/main has succeeded. Run started by GitHub user bugraoz93 (triggered by bugraoz93).
Head commit for run: a8423447983688fe2f298b7e29eb5c42845e25cc / Pierre Jeambrun <[email protected]> UI: Revert @chakra-ui/react bump that broke modal dismissal (#67646) #66225 bumped ``@chakra-ui/react`` from 3.34 to 3.35, which pulled in ``@ark-ui/react`` 5.34.1 → 5.36.2. The Ark 5.36 release notes flag: > Dialog / Drawer: Avoid setting inline ``pointer-events`` when modal, > letting the dismissable layer manage it. Before 5.36 the lock was an inline style on the dialog DOM, so it disappeared on unmount. After 5.36 the dismissable layer owns it and only releases it on close-transition completion. Several Clear / Mark-as buttons in this codebase mount their dialog conditionally (``{open ? <Dialog/> : undefined}``), which yanks the component out before the transition fires — the ``pointer-events: none`` overlay is left on ``document`` and the page refuses every click (scroll still works) until refresh. Revert the bump on its own; add a section to ``CONTRIBUTING.md`` so the next contributor trying to bump knows to rewrite the conditional-mount sites first. Report URL: https://github.com/apache/airflow/actions/runs/26587312572 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
