Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix open/close event emitting in Safari (#7551)
**Related Issue:** #7180 ## Summary This updates how `onToggleOpenCloseComponent` determines the duration for the `openTransitionProp` to be more robust to work consistently across browsers. The previous approach relied on the computed `transition` property having all associated transition values laid out per prop, which didn't work in Safari since it won't include all values if shared. This change should be covered by existing tests. cc @Elijbet
- Loading branch information