🐛(react) fix DateRangePicker issue

We encountered a bug with the date range picker due to an internal
logic of `@react-aria/calendar`. This bug silently came back recently but
our test suite does not trigger that but since the update of
`@testing-library/user-event` a test starts to fail and highlight this issue so
we fix again this bug.

https://github.com/adobe/react-spectrum/commit/12f2f4e
This commit is contained in:
jbpenrath
2025-03-17 15:47:09 +01:00
committed by Jean-Baptiste PENRATH
parent fee0ef4ea5
commit 79c59acd0d
2 changed files with 11 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
Fix a bug DateRangePicker that could close popover abruptly