-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: 回放视频中出现重复元素 #1241
Comments
将重复的几条events删除后仅保留下一条,视频就无重复元素了,是记录器使用的问题吗 |
#1095 Can you check out this pull request to see if it fixes this issue |
@YunFeng0817 hello, I tried to upgrade the version from 1.1.4 to 2.0.0-alpha.5. The scenario is to recreate a snapshot when an |
I know, when stopFn() is called, a new iframe is born, so the listening event is not completely deregistered. |
请问是所有元素重复还是部分元素重复,我这边项目出现了部分动态添加的元素重复的现象,不确定是不是对应相同情况 |
问题解决了吗 |
stopRecord.value = rrweb.record({...}) onBeforeUnmount(() => { |
What package is this bug report for?
rrweb、rrweb-player
Version
v2.0.0-alpha.4
Expected Behavior
页面中正常播放回放视频
Actual Behavior
回放视频中出现重复元素
Steps to Reproduce
在播放回放时发现播放器内会出现重复的元素,所以将此条记录的 events 打印出来看了下,发现里边会存在重复(add)的条目,这可能是什么情况导致的呢
Testcase Gist URL
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: