Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(replay): Mark ui.slowClickDetected
clickCount
as optional (#8376)
This field was added as part of v7.56.0, but `SlowClickFrameData` was created before that. Having `clickCount` be required breaks backwards compatibility, it should be optional.
- Loading branch information