The GitHub Actions job "Tests (AMD)" on airflow.git/test/revert-chakra-bump-66225 has failed. Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).
Head commit for run: 385a47d3a9e1a809745c7495fb760c4312e3cada / pierrejeambrun <[email protected]> UI: Revert @chakra-ui/react bump that broke modal dismissal #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/26578575420 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
