rrweb
                                
                                 rrweb copied to clipboard
                                
                                    rrweb copied to clipboard
                            
                            
                            
                        [Bug]:
Preflight Checklist
- [X] I have searched the issue tracker for a bug report that matches the one I want to file, without success.
What package is this bug report for?
rrweb
Version
v1.0.0.
Expected Behavior
blockclass should replace pre content with the black block.
Actual Behavior
blockclass is only replacing the non pre content with the black block.
Steps to Reproduce
By simply adding pre tag in child node of rr-block element.
Testcase Gist URL
No response
Additional Information
No response
@rishabh-soc Is the following case? but I can't reproduce your case after trying [email protected]
<div class="rr-block">
    <div>div tset</div>
    <pre>pre test</pre>
</div>