The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/unpin-chakra-ui-dialog-mounts has failed.
Run started by GitHub user sridhar-3009 (triggered by potiuk).

Head commit for run:
d34e87e965adb8ac5a587185c608bc826b5664ec / Sai Sridhar 
<[email protected]>
fix: remove conditional dialog mounts and bump @chakra-ui/react to ^3.35.0

Ark UI 5.36 moved the pointer-events cleanup from an inline DOM style to
the dismissable layer's close-transition callback. Conditionally mounted
dialogs ({open ? <Dialog/> : undefined}) unmount before that transition
fires, leaving pointer-events:none stuck on document — all button/link
clicks stop working until a full page refresh.

Fix: always render the affected dialogs; control visibility via the open
prop. Reset local state (note, selectedOptions, preventRunningTask) via
useEffect on open→false so re-opening shows the server value, not what
the user typed before cancelling (preserves the behaviour that motivated
the conditional mount in the first place).

Affected components:
- Clear/Run/ClearRunButton + ClearRunDialog
- Clear/TaskInstance/ClearTaskInstanceButton + ClearTaskInstanceDialog
- MarkAs/Run/MarkRunAsButton + MarkRunAsDialog
- MarkAs/TaskInstance/MarkTaskInstanceAsButton + MarkTaskInstanceAsDialog
- pages/TaskInstance/Header (clearOpen guard)

Also bumps @chakra-ui/react from ~3.34.0 to ^3.35.0 and removes the
now-resolved CONTRIBUTING.md caveat section.

Closes #67647

Report URL: https://github.com/apache/airflow/actions/runs/26707952640

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to