Hi, i'm facing performance issues with PdfViewer component inside a mat-dialog component.
In the context, i has like 15 components in a page, and i has a list of files where user can press a button of a entry and the mat-dialog is opened, and this mat-dialog has like child the PdfViewer.
If i open this dialog many times (more than two example), i can note that browser event has lag (as example scrolling is not smooth).
I think that pdfViewer is not cleaning resources, so i add `pdfViewer.destroy()` but show console errors (parent element is undefined).
So, how i can force clean resources in memory of pdfViewer? is slowing my app performance.
Regards Syncfusioners